]> granicus.if.org Git - curl/commit
Curl_proxyCONNECT: return once CONNECT is sent
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Feb 2013 22:01:50 +0000 (23:01 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Feb 2013 22:06:00 +0000 (23:06 +0100)
commitcb3e6dfa3511e75334f70f53370ce3f1d711c904
treec55653afd497b79d899ad6e7d2b7457f86765014
parent1d22407863849fc3d5f5ba26735ef479295f3d57
Curl_proxyCONNECT: return once CONNECT is sent

By doing this unconditionally, we infer a simpler and more defined
behavior. This also has the upside that test 1021 no longer fails for me
even if I run with valgrind.

Also fixed some wrong comments.
lib/http_proxy.c