aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index dcd0065a4..6d0b55ef4 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -1101,7 +1101,7 @@ static bool SocketIsDead(int sock)
FD_SET(sock,&check_set);
to.tv_sec = 0;
- to.tv_usec = 1;
+ to.tv_usec = 0;
sval = select(sock + 1, &check_set, 0, 0, &to);
if(sval == 0)