aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-04-25 20:49:40 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-04-25 20:49:40 +0000
commit87c5ed8beca8ae36da5c38ef3594b56d132e7dde (patch)
tree87db25221379b802b1aee0c31cec9e0711f822ed /CHANGES
parentecc6c1f501ae835471b8844cba393835a12bb803 (diff)
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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0f1a1debc..662c40383 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel (25 April 2006)
+- 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.
+
Daniel (21 April 2006)
- Ale Vesely fixed CURLOPT_INTERFACE when using a hostname.