]> granicus.if.org Git - curl/commit
http_proxy: simplify CONNECT response reading
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Nov 2016 23:31:23 +0000 (00:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Dec 2016 15:18:52 +0000 (16:18 +0100)
commit74595b223d36ce211d40c3e7acfc925a3b295097
tree5c18cc8186f6579a8248ed8e8cf7c2d5fb2ea611
parent3b77aa6b28cea8e0adb0a350ce80f553acd7bcb5
http_proxy: simplify CONNECT response reading

Since it now reads responses one byte a time, a loop could be removed
and it is no longer limited to get the whole response within 16K, it is
now instead only limited to 16K maximum header line lengths.
docs/KNOWN_BUGS
lib/http_proxy.c