From 216a63328e9df1479c0f4790444afaccd16c80e5 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 5 Jan 2015 12:47:41 +0100 Subject: .curlrc: Remove `max-time` MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t globally timeout cURL operations without knowing the size of the files being downloaded. Hat tip: @necolas. --- .curlrc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.curlrc b/.curlrc index 22f5ae9..9d02284 100644 --- a/.curlrc +++ b/.curlrc @@ -1,8 +1,5 @@ -# Disguise as IE 9 on Windows 7 +# Disguise as IE 9 on Windows 7. user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" -# When following a redirect, automatically set the previous URL as referer +# When following a redirect, automatically set the previous URL as referer. referer = ";auto" - -# Wait 60 seconds before timing out -connect-timeout = 60 -- cgit v1.2.3