]> git.ipfire.org Git - thirdparty/curl.git/commit
http_proxy: clear 'sending' when the outgoing request is sent
authorDaniel Stenberg <daniel@haxx.se>
Fri, 23 Jul 2021 21:52:12 +0000 (23:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jul 2021 11:24:38 +0000 (13:24 +0200)
commitc27a70a591a4a53bd0782d1f6ab3b818b617c7b4
treecef02134c19e088904b2dbb69c176e3d67272a58
parente8cd39345e98cb543a07985effa365bb2ac1a1c1
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
lib/http_proxy.c