mirror of
https://github.com/curl/curl.git
synced 2026-08-25 02:23:31 +03:00
Changed the handling of read/write errors in Curl_perform() to allow a
a fresh connection to be made in such cases and the request retransmitted. This should fix test case 160. Added test case 1079 in an attempt to test a similar connection dropping scenario, but as a race condition, it's hard to test reliably.
This commit is contained in:
parent
0bd78e1cd8
commit
b9ce871463
5 changed files with 88 additions and 8 deletions
|
|
@ -3,4 +3,3 @@
|
|||
# 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