From b9ce8714631318f3252354534ac49fd4aa72dcb0 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 7 Oct 2008 23:15:02 +0000 Subject: 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. --- tests/data/DISABLED | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/data/DISABLED') 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 -- cgit v1.2.3