diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-28 21:44:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-28 21:44:45 +0000 |
commit | cf7817eb38f6a68f6eb8b1c6a2a242966b0c4125 (patch) | |
tree | ffd934322de4b9b6022afdd48b44911ea7fd80d7 | |
parent | 9bca9681bad0614fd0ba27e935ded37edf23985a (diff) |
upload with chunked transfer encoding is now fixed
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Daniel(28 January 2004) +- Richard Bramante fixed chunked transfer-encoded "uploads" to send a final + CRLF combo properly. + Daniel(27 January 2004) - Made the response-headers during a CONNECT request to a proxy get passed on as regular headers, so they appear with -i/-I options and similar. |