diff options
author | Mathias Bynens <mathias@qiwi.be> | 2015-01-05 12:47:41 +0100 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-01-05 12:47:41 +0100 |
commit | 216a63328e9df1479c0f4790444afaccd16c80e5 (patch) | |
tree | fd4fca9baaed18ba6864084f71a1689501a28d66 | |
parent | 7197c5739d7b54b6476dd0c54d9e34d41a42bdfd (diff) | |
download | dotfiles-216a63328e9df1479c0f4790444afaccd16c80e5.tar.gz dotfiles-216a63328e9df1479c0f4790444afaccd16c80e5.tar.bz2 dotfiles-216a63328e9df1479c0f4790444afaccd16c80e5.zip |
.curlrc: Remove `max-time`
Don’t globally timeout cURL operations without knowing the size of the files being downloaded. Hat tip: @necolas.
-rw-r--r-- | .curlrc | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |