mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 03:25:04 -05:00
da58d03ff7
responded with a single status line and no headers nor body. Starting now, a HTTP response on a persistent connection (i.e not set to be closed after the response has been taken care of) must have Content-Length or chunked encoding set, or libcurl will simply assume that there is no body. To my horror I learned that we had no less than 57(!) test cases that did bad HTTP responses like this, and even the test http server (sws) responded badly when queried by the test system if it is the test system. So although the actual fix for the problem was tiny, going through all the newly failing test cases got really painful and boring.
46 lines
1.6 KiB
Plaintext
46 lines
1.6 KiB
Plaintext
Curl and libcurl 7.16.1
|
|
|
|
Public curl release number: 97
|
|
Releases counted from the very beginning: 124
|
|
Available command line options: 112
|
|
Available curl_easy_setopt() options: 133
|
|
Number of public functions in libcurl: 54
|
|
Amount of public web site mirrors: 37
|
|
Number of known libcurl bindings: 35
|
|
Number of contributors: 524
|
|
|
|
This release includes the following changes:
|
|
|
|
o Support for SCP and SFTP were added
|
|
|
|
This release includes the following bugfixes:
|
|
|
|
o proxy close during CONNECT authentication is now dealt with nicely
|
|
o the CURLOPT_DEBUGFUNCTION was sometimes called even when CURLOPT_VERBOSE
|
|
was not enabled
|
|
o multiple TFTP transfers on the same (easy or multi) handle could cause a
|
|
crash
|
|
o SIGSEGV when disconnecting on a transfer on a re-used handle when the
|
|
host name didn't resolve
|
|
o stack overwrite on 64bit Windows in the chunked decoding department
|
|
o HTTP responses on persistent connections without Content-Length nor chunked
|
|
encoding are now considered to be without response body
|
|
|
|
Other curl-related news:
|
|
|
|
o TclCurl 7.16.0 was released:
|
|
http://personal1.iddeo.es/andresgarci/tclcurl/english/
|
|
o Curb - Libcurl bindings for Ruby: http://curb.rubyforge.org/
|
|
|
|
New curl mirrors:
|
|
|
|
o curl.miroir-francais.fr is a new French web mirror
|
|
|
|
This release would not have looked like this without help, code, reports and
|
|
advice from friends like these:
|
|
|
|
James Housley, Olaf Stueben, Yang Tse, Gisle Vanem, Bradford Bruce,
|
|
Ciprian Badescu, Dmitriy Sergeyev, Nir Soffer, Venkat Akella
|
|
|
|
Thanks! (and sorry if I forgot to mention someone)
|