diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-08-02 18:18:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-08-02 18:18:47 +0000 |
commit | 8a38c72c48cdc75e21aa1d13235215783115007f (patch) | |
tree | bd4ec975c1e455136a096b306f0ddcc01a7eda01 /CHANGES | |
parent | fbcdc192d58ee0ffada26a7ea42feade87a81ecb (diff) |
Mark Lentczner fixed how libcurl was not properly doing chunked encoding
if the header "Transfer-Encoding: chunked" was set by the application.
http://curl.haxx.se/bug/view.cgi?id=1531838
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel (2 August 2006) +- Mark Lentczner fixed how libcurl was not properly doing chunked encoding + if the header "Transfer-Encoding: chunked" was set by the application. + http://curl.haxx.se/bug/view.cgi?id=1531838 + Daniel (1 August 2006) - Maciej Karpiuk fixed a crash that would occur if we passed Curl_strerror() an unknown error number on glibc systems. |