summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-03 07:52:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-03 07:52:00 +0000
commit0f4d042d3e56fefe74a4f07ca5050a1f7efd5515 (patch)
tree0d985f8915124ba8e85cfd4103c7e166730da869 /CHANGES
parentc79de8d86efd415ce8b8d67aadfa00981e3e0802 (diff)
downloadcurl-0f4d042d3e56fefe74a4f07ca5050a1f7efd5515.tar.gz
Ignore content-length when chunked transfer-encoding is transfered.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 14366a792..91e227f2d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
+Daniel (3 December)
+- swalkaus at yahoo.com patched libcurl to ignore Content-Length: headers
+ when Tranfer-Encoding: chunked is used, as mandated by RFC2616.
+
Daniel (2 December)
- --ftp-pasv was added, which serves the only purpose of overriding a
previously set --ftpport option. Starting now, --ftp-port is a recognized