mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
- 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.
This commit is contained in:
parent
eff2c3a621
commit
391e8afd1f
7 changed files with 48 additions and 18 deletions
|
|
@ -3,3 +3,4 @@
|
|||
# test cases are run by runtests.pl. Just add the plain test case numbers, one
|
||||
# per line.
|
||||
# Lines starting with '#' letters are treated as comments.
|
||||
160
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue