From c9a41488faf406e62675ebc75c3abf1c50725852 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Fri, 14 Oct 2005 09:10:30 +0000 Subject: [PATCH] - unset in http_curl_defaults() too --- http_request_api.c | 1 + 1 file changed, 1 insertion(+) diff --git a/http_request_api.c b/http_request_api.c index 777fd7b..35404f1 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -949,6 +949,7 @@ static inline void _http_curl_defaults(CURL *ch) HTTP_CURL_OPT(COOKIEJAR, NULL); HTTP_CURL_OPT(RESUME_FROM, 0); HTTP_CURL_OPT(MAXFILESIZE, 0); + HTTP_CURL_OPT(TIMECONDITION, 0); HTTP_CURL_OPT(TIMEVALUE, 0); HTTP_CURL_OPT(TIMEOUT, 0); HTTP_CURL_OPT(CONNECTTIMEOUT, 3); -- 2.30.2