From: Daniel Stenberg Date: Fri, 14 Dec 2018 08:26:17 +0000 (+0100) Subject: pingpong: change default response timeout to 120 seconds X-Git-Tag: curl-7_64_0~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8a9de62034cff6153ab78cff3e3ae30f786ec39;p=thirdparty%2Fcurl.git pingpong: change default response timeout to 120 seconds Previously it was 30 minutes --- diff --git a/lib/urldata.h b/lib/urldata.h index 8fb2d2894b..b9658162c5 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -77,7 +77,7 @@ /* Default FTP/IMAP etc response timeout in milliseconds. Symbian OS panics when given a timeout much greater than 1/2 hour. */ -#define RESP_TIMEOUT (1800*1000) +#define RESP_TIMEOUT (120*1000) #include "cookie.h" #include "psl.h"