mirror of
https://github.com/curl/curl.git
synced 2026-08-19 18:14:10 +03:00
parent
2478cbbff2
commit
277486b6b4
1 changed files with 1 additions and 0 deletions
|
|
@ -252,6 +252,7 @@ static CURLcode dohprobe(struct Curl_easy *data,
|
|||
ERROR_CHECK_SETOPT(CURLOPT_HTTPHEADER, headers);
|
||||
#ifdef USE_HTTP2
|
||||
ERROR_CHECK_SETOPT(CURLOPT_HTTP_VERSION, CURL_HTTP_VERSION_2TLS);
|
||||
ERROR_CHECK_SETOPT(CURLOPT_PIPEWAIT, 1L);
|
||||
#endif
|
||||
#ifndef CURLDEBUG
|
||||
/* enforce HTTPS if not debug */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue