mirror of
https://github.com/curl/curl.git
synced 2026-08-04 04:00:00 +03:00
transfer: make Expect: 100-continue timeout configurable.
Replaced the #define CURL_TIMEOUT_EXPECT_100 in transfer.c with the CURLOPT_EXPECT_100_TIMEOUT_MS option to make the timeout configurable.
This commit is contained in:
parent
bcb32e915e
commit
c021a60bcc
6 changed files with 26 additions and 5 deletions
|
|
@ -1596,6 +1596,8 @@ struct UserDefined {
|
|||
|
||||
bool ssl_enable_npn; /* TLS NPN extension? */
|
||||
bool ssl_enable_alpn; /* TLS ALPN extension? */
|
||||
|
||||
long expect_100_timeout; /* in milliseconds */
|
||||
};
|
||||
|
||||
struct Names {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue