aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-05-14 22:12:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-05-14 22:12:07 +0200
commit7764795c06a4eae99c9cded5b121946d9ecec84b (patch)
tree936e0caa2b8d04e5081849037f3bc9ea5c462b67 /RELEASE-NOTES
parentd6706294e0bac0a0209e6bd61032848aae3d2d63 (diff)
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)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6f3b7303c..83b682e98 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -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: