mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
Markus F.X.J. Oberhumer's added comment
This commit is contained in:
parent
394832c2d6
commit
74be55a477
@ -677,7 +677,7 @@ struct UserDefined {
|
|||||||
bool reuse_fresh; /* do not re-use an existing connection */
|
bool reuse_fresh; /* do not re-use an existing connection */
|
||||||
bool expect100header; /* TRUE if we added Expect: 100-continue */
|
bool expect100header; /* TRUE if we added Expect: 100-continue */
|
||||||
bool ftp_use_epsv; /* if EPSV is to be attempted or not */
|
bool ftp_use_epsv; /* if EPSV is to be attempted or not */
|
||||||
bool no_signal;
|
bool no_signal; /* do not use any signal/alarm handler */
|
||||||
|
|
||||||
bool global_dns_cache;
|
bool global_dns_cache;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user