]> granicus.if.org Git - curl/commit
tool_operate: Add http code 408 to transient list for --retry
authorJay Satiro <raysatiro@yahoo.com>
Fri, 31 Aug 2018 19:27:54 +0000 (15:27 -0400)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Sep 2018 11:19:14 +0000 (13:19 +0200)
commit351c0f3a551952261b2678b27952ba97eddb1754
tree4390a4e6cf1fe75d3944fe2854e77299d5a1a017
parent978574b502294ae06eb97d4f590b54ed5d24cd7f
tool_operate: Add http code 408 to transient list for --retry

- Treat 408 request timeout as transient so that curl will retry the
  request if --retry was used.

Closes #2925
docs/cmdline-opts/retry.d
src/tool_operate.c