Paul Querna fixed libcurl to better deal with deflate content encoding when

the stream (wrongly) lacks a proper zlib header. This seems to be the case on
too many actual server implementations.
This commit is contained in:
Daniel Stenberg
2006-04-25 20:49:40 +00:00
parent ecc6c1f501
commit 87c5ed8bec
3 changed files with 25 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o deflate code survives lack of zlib header
o CURLOPT_INTERFACE works with hostname
o configure runs fine with ICC
o closed control connection with FTP when easy handle was removed from multi
@@ -42,6 +43,6 @@ advice from friends like these:
Dan Fandrich, Ilja van Sprundel, David McCreedy, Tor Arntsen, Xavier Bouchoux,
David Byron, Michele Bini, Ates Goral, Katie Wang, Robson Braga Araujo,
Ale Vesely
Ale Vesely, Paul Querna
Thanks! (and sorry if I forgot to mention someone)