Hans Leidekker : winhttp: Adjust connect timeout to the value observed on Windows.

Alexandre Julliard julliard at winehq.org
Mon Jan 25 11:21:11 CST 2010


Module: wine
Branch: master
Commit: 4b5f14f5f45242699a3ec41f3b986550ea98b452
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4b5f14f5f45242699a3ec41f3b986550ea98b452

Author: Hans Leidekker <hans at 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
 




More information about the wine-cvs mailing list