mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
parent
e05ad5dd99
commit
27aebcc1d1
@ -252,7 +252,7 @@ struct OperationConfig {
|
|||||||
bool ssh_compression; /* enable/disable SSH compression */
|
bool ssh_compression; /* enable/disable SSH compression */
|
||||||
long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds.
|
long happy_eyeballs_timeout_ms; /* happy eyeballs timeout in milliseconds.
|
||||||
0 is valid. default: CURL_HET_DEFAULT. */
|
0 is valid. default: CURL_HET_DEFAULT. */
|
||||||
bool haproxy_protocol; /* whether to send HAProxy PROXY protocol v1 */
|
bool haproxy_protocol; /* whether to send HAProxy protocol v1 */
|
||||||
struct GlobalConfig *global;
|
struct GlobalConfig *global;
|
||||||
struct OperationConfig *prev;
|
struct OperationConfig *prev;
|
||||||
struct OperationConfig *next; /* Always last in the struct */
|
struct OperationConfig *next; /* Always last in the struct */
|
||||||
|
Loading…
Reference in New Issue
Block a user