From 1ce7b48057cb3aa71e71d841ed584d3414a86ae6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 10 Oct 2006 14:23:34 +0000 Subject: mark the handle as no longer having a broken pipe when a transfer has failed --- lib/multi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/multi.c') diff --git a/lib/multi.c b/lib/multi.c index b92c050de..e901bddfd 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -1247,6 +1247,8 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, * then we go to completed and consider this transfer aborted. */ easy->easy_handle->state.is_in_pipeline = FALSE; + easy->easy_handle->state.pipe_broke = FALSE; + if(easy->easy_conn) { /* if this has a connection, unsubscribe from the pipelines */ easy->easy_conn->writechannel_inuse = FALSE; -- cgit v1.2.3