From 4b5f14f5f45242699a3ec41f3b986550ea98b452 Mon Sep 17 00:00:00 2001 From: Hans Leidekker Date: Mon, 25 Jan 2010 12:26:58 +0100 Subject: [PATCH] winhttp: Adjust connect timeout to the value observed on Windows. --- dlls/winhttp/session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winhttp/session.c b/dlls/winhttp/session.c index 9992e5bb1e9..a4a4ec698a5 100644 --- a/dlls/winhttp/session.c +++ b/dlls/winhttp/session.c @@ -33,7 +33,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(winhttp); -#define DEFAULT_CONNECT_TIMEOUT 60000 +#define DEFAULT_CONNECT_TIMEOUT 20000 #define DEFAULT_SEND_TIMEOUT 30000 #define DEFAULT_RECEIVE_TIMEOUT 30000