diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-12-03 07:52:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-12-03 07:52:00 +0000 |
commit | 0f4d042d3e56fefe74a4f07ca5050a1f7efd5515 (patch) | |
tree | 0d985f8915124ba8e85cfd4103c7e166730da869 /CHANGES | |
parent | c79de8d86efd415ce8b8d67aadfa00981e3e0802 (diff) | |
download | curl-0f4d042d3e56fefe74a4f07ca5050a1f7efd5515.tar.gz |
Ignore content-length when chunked transfer-encoding is transfered.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |