Skip to content

Commit 529b9d1

Browse files
committed
.curlrc: Add back connect-timeout
This was removed by mistake in 216a633. Thanks to @alrra for spotting it!
1 parent f7f6230 commit 529b9d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.curlrc

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ user-agent = "Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)"
33

44
# When following a redirect, automatically set the previous URL as referer.
55
referer = ";auto"
6+
7+
# Wait 60 seconds before timing out.
8+
connect-timeout = 60

0 commit comments

Comments
 (0)