aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-10-07 23:15:02 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-10-07 23:15:02 +0000
commitb9ce8714631318f3252354534ac49fd4aa72dcb0 (patch)
tree13071a6e2552b2438ca97e2bb1bd9a550073c590 /CHANGES
parent0bd78e1cd86718a7a85a1df0e22bf634a99f811b (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 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3b15134f1..2aeba086c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Daniel Fandrich (7 Oct 2008)
+- 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.
+
Daniel Stenberg (7 Oct 2008)
- Fixed CURLINFO_PRIMARY_IP: When libcurl created a connection to host A then
the app re-used the handle to do a connection to host B and then again