diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-04-01 21:49:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-04-01 21:49:51 +0000 |
commit | 27870d48ffcc59fa4338e58ccfb07c1006585b15 (patch) | |
tree | e6bdb323be8276771e9e095394e021328e539eff | |
parent | 2f66f3ce080a46af05f31078b26e1fb0be56dd5c (diff) |
128 - Phil Blundell's ares and ipv6 fix (feedback lacking)
removed
133 - Setting CURLOPT_NOBODY to "false" causes cURL to wait for content if a
content-length header is read
added
-rw-r--r-- | TODO-RELEASE | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 6c88536bd..527778cc4 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -1,15 +1,15 @@ To be addressed before 7.18.2 (planned release: June 2008) ============================= -128 - Phil Blundell's ares and ipv6 fix (feedback lacking) - 129 - Pierre Reiss' libcurl + https + multi = lost information (awaiting better example/clarification on how to figure out when the claimed problem occurs) -130 - Vincent Le Normand's SFTP patch for touch +130 - Vincent Le Normand's SFTP patch for touch (lacking feedback) 131 - Scott Barrett's Support for CURLOPT_NOBODY with SFTP -133 - +133 - Setting CURLOPT_NOBODY to "false" causes cURL to wait for content if a + content-length header is read +134 - |