From 7d0c58a285b59c085904e9ee388797b3701d0161 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 9 Oct 2006 21:24:34 +0000 Subject: when going to completed due to error, mark the handle as not in a pipeline anymore --- lib/multi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') diff --git a/lib/multi.c b/lib/multi.c index 041209c49..b92c050de 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -1246,6 +1246,7 @@ static CURLMcode multi_runsingle(struct Curl_multi *multi, * If an error was returned, and we aren't in completed state now, * then we go to completed and consider this transfer aborted. */ + easy->easy_handle->state.is_in_pipeline = FALSE; if(easy->easy_conn) { /* if this has a connection, unsubscribe from the pipelines */ easy->easy_conn->writechannel_inuse = FALSE; -- cgit v1.2.3