aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-04-03 21:44:49 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-04-03 21:44:49 +0000
commita9c1ca9fc5a80e858b0c85d8f8c838b4464526db (patch)
tree276acdf9cacecf5606884ed5be1f3a8d9c513a5a /RELEASE-NOTES
parentd051dd80874bffcd6df56a09ba6cc2cf29de4d88 (diff)
- Setting CURLOPT_NOBODY to FALSE will now switch the HTTP request method to
GET simply because previously when you set CURLOPT_NOBODY to TRUE first and then FALSE you'd end up in a broken state where a HTTP request would do a HEAD by still act a lot like for a GET and hang waiting for the content etc.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 19a053ea1..912983ad0 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,7 +15,8 @@ This release includes the following changes:
This release includes the following bugfixes:
- o
+ o CURLOPT_NOBODY first set to TRUE and then FALSE for HTTP no longer causes
+ the confusion that could lead to a hung transfer
This release includes the following known bugs: