aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-08-02 18:18:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-08-02 18:18:47 +0000
commit8a38c72c48cdc75e21aa1d13235215783115007f (patch)
treebd4ec975c1e455136a096b306f0ddcc01a7eda01 /CHANGES
parentfbcdc192d58ee0ffada26a7ea42feade87a81ecb (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--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 23e7ccbdb..33b9b3d22 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.