aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-23 15:26:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-23 15:26:45 +0100
commit7fd32ce73d7e253df1e8067d45d50ef9d5290cbd (patch)
tree6ed4d90c0f120bdea5cf0792d55cfab272458e88 /CHANGES
parent2a94293efd3896eca067c4b53ccfdf362a042db2 (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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 174fbc69f..5fe6337b8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
Changelog
Daniel Stenberg (23 Mar 2010)
+- 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.
+
- Hauke Duden provided an example program that made the multi interface crash.
His example simply used the multi interface and did first one FTP transfer
and after completion it used a second easy handle and did another FTP