diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-04-03 21:44:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-04-03 21:44:49 +0000 |
commit | a9c1ca9fc5a80e858b0c85d8f8c838b4464526db (patch) | |
tree | 276acdf9cacecf5606884ed5be1f3a8d9c513a5a /TODO-RELEASE | |
parent | d051dd80874bffcd6df56a09ba6cc2cf29de4d88 (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 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 1a6e18846..650e8915d 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,7 +7,4 @@ To be addressed before 7.18.2 (planned release: June 2008) 130 - Vincent Le Normand's SFTP patch for touch (lacking feedback) -133 - Setting CURLOPT_NOBODY to "false" causes cURL to wait for content if a - content-length header is read - 134 - |