diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-22 23:12:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-22 23:12:00 +0000 |
commit | 391e8afd1f6695cb57738790676cfa4d57d54bcb (patch) | |
tree | 5752243fa1fbf088953fa101c0a542873f2050cb /TODO-RELEASE | |
parent | eff2c3a621c539713ecd641c020f06ac28a7ea1d (diff) | |
download | curl-391e8afd1f6695cb57738790676cfa4d57d54bcb.tar.gz |
- Made the SOCKS code use the new Curl_read_plain() function to fix the bug
Markus Moeller reported: http://curl.haxx.se/mail/archive-2008-09/0016.html
- recv() errors other than those equal to EAGAIN now cause proper
CURLE_RECV_ERROR to get returned. This made test case 160 fail so I've now
disabled it until we can figure out another way to exercise that logic.
Diffstat (limited to 'TODO-RELEASE')
-rw-r--r-- | TODO-RELEASE | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/TODO-RELEASE b/TODO-RELEASE index 576e846b8..9aba548e7 100644 --- a/TODO-RELEASE +++ b/TODO-RELEASE @@ -7,10 +7,6 @@ To be addressed before 7.19.1 (planned release: October/November 2008) 168 - curl_easy_pause bugs (still under discussion) -169 - curl crash when using sftp with socks. We need a Curl_plain_read() to - use for the SOCKS code in the same style I made the Curl_plain_write() - before. - 171 - [PATCH] add some locking for thread-safety to NSS implementation 172 - Apply the getdate patch with Jamie Lokier's date function. Needs an @@ -27,3 +23,4 @@ To be addressed before 7.19.1 (planned release: October/November 2008) Patch: http://sourceforge.net/tracker/index.php?func=detail&aid=2107803&group_id=976&atid=100976 176 - + |