Created
March 27, 2017 20:42
-
-
Save christian-fei/ddc85b60b8c03dd5e5fa219f1c3557c2 to your computer and use it in GitHub Desktop.
curl --expect100-timeout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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