diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-07 23:15:02 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-07 23:15:02 +0000 |
commit | b9ce8714631318f3252354534ac49fd4aa72dcb0 (patch) | |
tree | 13071a6e2552b2438ca97e2bb1bd9a550073c590 /tests/data/DISABLED | |
parent | 0bd78e1cd86718a7a85a1df0e22bf634a99f811b (diff) |
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.
Diffstat (limited to 'tests/data/DISABLED')
-rw-r--r-- | tests/data/DISABLED | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 9fe82a528..2055e9f16 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -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 |