mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
http_proxy: clear 'sending' when the outgoing request is sent
... so that Curl_connect_getsock() will know how to wait for the socket to become readable and not writable after the entire CONNECT request has been issued. Regression added in 7.77.0 Reported-by: zloi-user on github Assisted-by: Jay Satiro Fixes #7155 Closes #7484
This commit is contained in:
parent
e8cd39345e
commit
c27a70a591
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user