diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-19 08:42:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-19 08:42:00 +0000 |
commit | ea409d037423ce232d7a805cb9ee4da6fd414801 (patch) | |
tree | a690ae0bac56362dcc243453d0f86245c944827d /CHANGES | |
parent | eaaa1a1fd48e5fe11c0d28684382e2c165b72446 (diff) | |
download | curl-ea409d037423ce232d7a805cb9ee4da6fd414801.tar.gz |
7.7-beta5 commitcurl-7_7-beta5
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -6,6 +6,20 @@ History of Changes +Version 7.7-beta5 + +Daniel (19 March 2001) +- Georg Ottinger reported problems with using -C together with -L in the sense + that the -C info got lost when it was redirected. I could not repeat this + problem on the 7.7 branch why I leave this for the moment. Test case 39 was + added to do exactly this, and it seems to do right. + +- Christian Robottom Reis reported how his 7.7 beta didn't successfully do + form posts as elegantly as 7.6.1 did. Indeed, this was a flaw in the header + engine, as HTTP 1.1 has introduced a new 100 "transient" return code for PUT + and POST operations that I need to add support for. Section 8.2.3 in RFC2616 + has all the details. Seems to work now! + Daniel (16 March 2001) - After having experienced another machine break-down, we're back. @@ -17,6 +31,10 @@ Daniel (16 March 2001) into a subdirectory in there. Not much PHP info yet, but I plan to. Please help me here as well! +- Made libcurl return error if a transfer is aborted in the middle of a + "chunk". It actually enables libcurl to discover premature transfer aborts + even if the Content-Length: size is unknown. + Daniel (15 March 2001) - Added --connect-timeout to curl, which sets the new CURLOPT_CONNECTTIMEOUT option in libcurl. It limits the time curl is allowed to spend in the |