diff --git a/lib/http_proxy.c b/lib/http_proxy.c index a7f7aa353f..a0168cbf5a 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -390,6 +390,7 @@ static CURLcode CONNECT(struct Curl_easy *data, k->upload_fromhere += bytes_written; return result; } + http->sending = HTTPSEND_NADA; /* if nothing left to send, continue */ } { /* READING RESPONSE PHASE */