aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-04-20 00:07:19 +0000
committerYang Tse <yangsita@gmail.com>2007-04-20 00:07:19 +0000
commit61022f3817dc7bc4d7b75d5e948b838ea0c5edc1 (patch)
treefc23b631f130b7226b34867dc289e588fb6add60 /RELEASE-NOTES
parentbf648fcfc34a91981d9d5e00b265d4a19068fdcf (diff)
downloadgnurl-61022f3817dc7bc4d7b75d5e948b838ea0c5edc1.tar.gz
gnurl-61022f3817dc7bc4d7b75d5e948b838ea0c5edc1.tar.bz2
gnurl-61022f3817dc7bc4d7b75d5e948b838ea0c5edc1.zip
- Save one call to curlx_tvnow(), which calls gettimeofday(), in each of
Curl_socket_ready(), Curl_poll() and Curl_select() when these are called with a zero timeout or a timeout value indicating a blocking call should be performed. These unnecessary calls to gettimeofday() got introduced in 7.16.2 when fixing 'timeout would restart when signal caught while awaiting socket events' on 20 March 2007. - Move some loop breaking logic from the while clause into the loop, avoiding compiler warning 'assignment within conditional expression'
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5dee28b67..2c0c69cde 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -22,6 +22,7 @@ This release includes the following bugfixes:
for a host which was supposed not to exist.
o test suite SSL certificate works better with newer stunnel
o internal progress meter update frequency back to once per second
+ o avoid some unnecessary calls to function gettimeofday
This release includes the following known bugs: