Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save christian-fei/ddc85b60b8c03dd5e5fa219f1c3557c2 to your computer and use it in GitHub Desktop.
Save christian-fei/ddc85b60b8c03dd5e5fa219f1c3557c2 to your computer and use it in GitHub Desktop.
curl --expect100-timeout
--expect100-timeout <seconds>
(HTTP) Maximum time in seconds that you allow curl to wait for a 100-continue response when curl emits an Expects: 100-continue header in its
request. By default curl will wait one second. This option accepts decimal values! When curl stops waiting, it will continue as if the response
has been received.
(Added in 7.47.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment