diff --git a/lib/multi.c b/lib/multi.c index b92c050dee9f008c00635e74813a6d0a08f070dd..e901bddfd9fd06492e27d0f7b2b7d2bba2d30233 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;