aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-21 08:56:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-21 08:56:02 +0000
commit3ef3f2b6f07f8ceeaa40bfd49a75902399615927 (patch)
treeb0035b9ce61da1e7e4c43c7d9d01fe6f59b7d1f9 /CHANGES
parent1401d909e8c95b75243712fb8aa14aa9ba2ecfef (diff)
test case 160 "should work" now
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c97faea69..24e7398db 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,18 @@
Changelog
+Daniel (21 April 2004)
+- Modified the heuristics for dealing with the test 160 scenario. When a
+ connection is re-used and nothing at all is received from it (because the
+ server closes the connection), we will now retry the request on a fresh new
+ connection. The previous ECONNRESET stuff from January 30 was removed again
+ as it didn't detect the situation good enough.
+
+Daniel (20 April 2004)
+- Added test case 160 to verify that curl works correctly when it gets a
+ connection reset when trying to re-use a connection. It should then simply
+ create a new connection and resend the request.
+
Daniel (19 April 2004)
- No more 512 byte limit for host name (inclusing name + password) in libcurl.
An added bonus is that we use less memory for the typical (shorter URL)