mirror of
https://github.com/curl/curl.git
synced 2026-06-18 21:05:39 +03:00
CURLOPT_H3: removed
There's no use for this anymore and it was never in a release. Closes #4206
This commit is contained in:
parent
db061571ef
commit
084404b8ab
8 changed files with 4 additions and 82 deletions
|
|
@ -2755,13 +2755,6 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption option, va_list param)
|
|||
return result;
|
||||
break;
|
||||
#endif
|
||||
case CURLOPT_H3:
|
||||
#ifdef ENABLE_QUIC
|
||||
/* not use anymore */
|
||||
#else
|
||||
return CURLE_NOT_BUILT_IN;
|
||||
#endif
|
||||
break;
|
||||
default:
|
||||
/* unknown tag and its companion, just ignore: */
|
||||
result = CURLE_UNKNOWN_OPTION;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue