diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-08-28 06:28:07 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-08-28 06:28:07 +0000 |
commit | 8ce78ca488f589d9b1987e7713f28f9da15cba0f (patch) | |
tree | 3b61c201ab53f9581a30386d454a7ba37ef7b9a3 /RELEASE-NOTES | |
parent | fc9610919cd002aef954166295538bf3d43c28c9 (diff) |
Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to set
the HTTP method to GET (or HEAD) when given a value of 0.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d082085c3..cfdb11979 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -58,6 +58,7 @@ This release includes the following bugfixes: o improved curl_m*printf() integral data type size and signedness handling o error when --dump-header - used with more than one URL o proxy closing connect during CONNECT with auth with the multi interface + o CURLOPT_UPLOAD sets HTTP method back to GET or HEAD when passed in a 0 This release includes the following known bugs: |