follow redirect: ignore response-body on redirect even if compressed

Sebastian V reported bug #3000056 identifying a problem with
redirect following. It showed that when curl followed redirects
it didn't properly ignore the response body of the 30X response
if that response was using compressed Content-Encoding!

(http://curl.haxx.se/bug/view.cgi?id=3000056)
This commit is contained in:
Daniel Stenberg
2010-05-14 22:12:07 +02:00
parent d6706294e0
commit 7764795c06
3 changed files with 8 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ This release includes the following bugfixes:
o SSL handshake timeout underflow in libcurl-NSS
o multi interface missed storing connection time
o broken CRL support in libcurl-NSS
o ignore response-body on redirect even if compressed
This release includes the following known bugs: