summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-02 21:20:22 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-03-02 21:20:22 +0000
commit9b2cce236fa7dac594d1337b9b83bc88debf1871 (patch)
treed0f4bc03514ae15ebc96007edd1b406b1a34671f /RELEASE-NOTES
parentcd465e4ada29c947e1694b48abaf910e3c27f35e (diff)
downloadcurl-9b2cce236fa7dac594d1337b9b83bc88debf1871.tar.gz
- Based on patch provided by Jacob Moshenko, the transfer logic now properly
makes sure that when using sub-second timeouts, there's no final bad 1000ms wait. Previously, a sub-second timeout would often make the elapsed time end up the time rounded up to the nearest second (e.g. 1s for 200ms timeout)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 684df8e3e..4a6b353d0 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -26,6 +26,7 @@ This release includes the following bugfixes:
o FTP timeouts after file transferred completely
o skip poll() on Interix
o CURLOPT_CERTINFO memory leak
+ o sub-second timeouts improvements
This release includes the following known bugs:
@@ -36,6 +37,6 @@ advice from friends like these:
Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager,
Daniel Fandrich, Patrick Monnerat, Pat Ray, Wesley Miaw, Ben Greear,
- Ryan Chan, Markus Duft, Andrei Benea
+ Ryan Chan, Markus Duft, Andrei Benea, Jacob Moshenko
Thanks! (and sorry if I forgot to mention someone)