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
This commit is contained in:
Daniel Stenberg
2006-08-02 18:18:47 +00:00
parent fbcdc192d5
commit 8a38c72c48
3 changed files with 16 additions and 23 deletions

View File

@@ -24,6 +24,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o chunked encoding when custom header "Transfer-Encoding: chunked" is set
o Curl_strerror() crash on unknown errors
o changing Content-Type when doing formposts
o added CURL_EXTERN to a few recent multi functions that lacked them
@@ -51,6 +52,6 @@ advice from friends like these:
Dan Fandrich, Peter Silva, Arve Knudsen, Michael Wallner, Toshiyuki Maezawa,
Ingmar Runge, Ates Goral, David McCreedy, Jari Sundell, Georg Horn,
Gisle Vanem, Yang Tse, Michael Jerris, Dan Nelson, Yves Lejeune,
Maciej Karpiuk
Maciej Karpiuk, Mark Lentczner
Thanks! (and sorry if I forgot to mention someone)