diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-23 15:26:45 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-23 15:26:45 +0100 |
commit | 7fd32ce73d7e253df1e8067d45d50ef9d5290cbd (patch) | |
tree | 6ed4d90c0f120bdea5cf0792d55cfab272458e88 /RELEASE-NOTES | |
parent | 2a94293efd3896eca067c4b53ccfdf362a042db2 (diff) |
chunked-encoding with Content-Length: header problem
Akos Pasztory filed debian bug report #572276
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572276
mentioning a problem with a resource that returns chunked-encoded
_and_ with a Content-Length and libcurl failed to properly ignore
the latter information.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 6d0b7963d..c682b9cb7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,7 @@ This release includes the following bugfixes: o SSL possible double free when reusing curl handle o alarm()-based DNS timeout bug o re-used FTP connection multi interface crash + o chunked-encoding with Content-Length: header problem This release includes the following known bugs: @@ -48,6 +49,7 @@ advice from friends like these: Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager, Daniel Fandrich, Patrick Monnerat, Pat Ray, Wesley Miaw, Ben Greear, Ryan Chan, Markus Duft, Andrei Benea, Jacob Moshenko, Daniel Johnson, - Constantine Sapuntzakis, Douglas Steinwand, Thomas Lopatic, Hauke Duden + Constantine Sapuntzakis, Douglas Steinwand, Thomas Lopatic, Hauke Duden, + Akos Pasztory Thanks! (and sorry if I forgot to mention someone) |