diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-02 21:20:22 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-02 21:20:22 +0000 |
commit | 9b2cce236fa7dac594d1337b9b83bc88debf1871 (patch) | |
tree | d0f4bc03514ae15ebc96007edd1b406b1a34671f /CHANGES | |
parent | cd465e4ada29c947e1694b48abaf910e3c27f35e (diff) | |
download | curl-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 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ Changelog Daniel Stenberg (2 Mar 2010) +- 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) + - Andrei Benea filed bug report #2956698 and pointed out that the CURLOPT_CERTINFO feature leaked memory due to a missing OpenSSL function call. He provided the patch to fix it too. |