Board logo

标题: curl --retry无效??? [打印本页]

作者: zerocq     时间: 2008-1-3 19:44    标题: curl --retry无效???

无法连接主机时不会自动重试,求解
作者: lxmxn     时间: 2008-1-3 22:23
curl --help

  Quote:
-r/--range <range> Retrieve a byte range from a HTTP/1.1 or FTP server
    --retry <num>   Retry request <num> times if transient problems occur
    --retry-delay <seconds> When retrying, wait this many seconds between each
    --retry-max-time <seconds> Retry only within this period


作者: zerocq     时间: 2008-1-3 23:31


  Quote:
Originally posted by lxmxn at 2008-1-3 22:23:
curl --help

curl的帮助我看过,但按说明设置重试依然失败

会不会是curl的BUG??:o:o