]> git.ipfire.org Git - thirdparty/curl.git/commit
multi: remove MULTI_TIMEOUT_INACCURACY
authorDaniel Stenberg <daniel@haxx.se>
Sun, 5 Jan 2014 15:38:18 +0000 (16:38 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 11 Jan 2014 23:11:53 +0000 (00:11 +0100)
commit3b183df9cc781b329ca409ded1ea336530624715
treecd335d59f73dd0ec90682ab39b0438a8959bec1e
parent7cd45b297ec2d09af92cd6defccd54c7e9ac5a3d
multi: remove MULTI_TIMEOUT_INACCURACY

With the recently added timeout "reminder" functionality, there's no
reason left for us to execute timeout code before the time is
ripe. Simplifies the handling too.

This will make the *TIMEOUT and *CONNECTTIMEOUT options more accurate
again, which probably is most important when the *_MS versions are used.

In multi_socket, make sure to update 'now' after having handled activity
on a socket.
lib/connect.c
lib/multi.c
lib/multiif.h
lib/transfer.c