xf.li | 6c8fc1e | 2023-08-12 00:11:09 -0700 | [diff] [blame^] | 1 | c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al. |
| 2 | SPDX-License-Identifier: curl |
| 3 | Long: expect100-timeout |
| 4 | Arg: <seconds> |
| 5 | Help: How long to wait for 100-continue |
| 6 | Protocols: HTTP |
| 7 | Added: 7.47.0 |
| 8 | See-also: connect-timeout |
| 9 | Category: http |
| 10 | Example: --expect100-timeout 2.5 -T file $URL |
| 11 | Multi: single |
| 12 | --- |
| 13 | Maximum time in seconds that you allow curl to wait for a 100-continue |
| 14 | response when curl emits an Expects: 100-continue header in its request. By |
| 15 | default curl will wait one second. This option accepts decimal values! When |
| 16 | curl stops waiting, it will continue as if the response has been received. |