mirror of
https://github.com/curl/curl.git
synced 2026-08-25 09:33:36 +03:00
curl: add --false-start option
This commit is contained in:
parent
185914fd31
commit
1f651d1d4d
5 changed files with 20 additions and 0 deletions
|
|
@ -1041,6 +1041,9 @@ static CURLcode operate_do(struct GlobalConfig *global,
|
|||
|
||||
if(config->verifystatus)
|
||||
my_setopt(curl, CURLOPT_SSL_VERIFYSTATUS, 1L);
|
||||
|
||||
if(config->falsestart)
|
||||
my_setopt(curl, CURLOPT_SSL_FALSESTART, 1L);
|
||||
}
|
||||
|
||||
if(built_in_protos & (CURLPROTO_SCP|CURLPROTO_SFTP)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue