]> git.ipfire.org Git - thirdparty/curl.git/commit
http-proxy: when not doing CONNECT, that phase is done immediately
authorDaniel Stenberg <daniel@haxx.se>
Mon, 4 Sep 2017 21:43:05 +0000 (23:43 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Sep 2017 14:11:38 +0000 (16:11 +0200)
commit9ef50ee0a436aeaa05adc9d78fda57e3ef53233e
tree0c4be823f01720ba46a00caf14607796a6cb3359
parentf4a623825bf18bc3a6b11193230e44983d20446a
http-proxy: when not doing CONNECT, that phase is done immediately

`conn->connect_state` is NULL when doing a regular non-CONNECT request
over the proxy and should therefor be considered complete at once.

Fixes #1853
Closes #1862
Reported-by: Lawrence Wagerfield
lib/http_proxy.c