curl 是否有最大连接超时?
$ time curl https://google.com:81 --connect-timeout 6000
curl: (7) Failed to connect to 2607:f8b0:400b:80b::1004: Network is unreachable
real 23m19.547s
user 0m0.012s
sys 0m0.020s
我期待100分钟
curl 是否有最大连接超时?
$ time curl https://google.com:81 --connect-timeout 6000
curl: (7) Failed to connect to 2607:f8b0:400b:80b::1004: Network is unreachable
real 23m19.547s
user 0m0.012s
sys 0m0.020s
我期待100分钟