Module: wine Branch: master Commit: 4b5f14f5f45242699a3ec41f3b986550ea98b452 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4b5f14f5f45242699a3ec41f3b...
Author: Hans Leidekker hans@codeweavers.com Date: Mon Jan 25 12:26:58 2010 +0100
winhttp: Adjust connect timeout to the value observed on Windows.
---
dlls/winhttp/session.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winhttp/session.c b/dlls/winhttp/session.c index 9992e5b..a4a4ec6 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