]> git.ipfire.org Git - thirdparty/curl.git/commit
Curl_proxyCONNECT: count received headers
authorMartin Jansen <martin@divbyzero.net>
Wed, 6 Mar 2013 20:20:44 +0000 (21:20 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 23 Mar 2013 22:20:01 +0000 (23:20 +0100)
commitbc6037ed3ec029b9f1372f708521fcada4a74af7
treef94c79bfed7623228995686c6f933e97887016ad
parentce2008066a519e0574e84cf3078fd8d7c41e638e
Curl_proxyCONNECT: count received headers

Proxy servers tend to add their own headers at the beginning of
responses. The size of these headers was not taken into account by
CURLINFO_HEADER_SIZE before this change.

Bug: http://curl.haxx.se/bug/view.cgi?id=1204
lib/http_proxy.c