mirror of
https://github.com/curl/curl.git
synced 2026-05-30 07:37:33 +03:00
lib: remove superfluous setopt break for CURLOPT_SSL_FALSESTART
Reported-by: 4lan.m Ref:1e2e808def (r159957160)Follow-up to1e2e808def#17595 Closes #17615
This commit is contained in:
parent
bb7ea30fb6
commit
4dabcf4c48
1 changed files with 0 additions and 1 deletions
|
|
@ -1084,7 +1084,6 @@ static CURLcode setopt_long(struct Curl_easy *data, CURLoption option,
|
|||
* No TLS backends support false start anymore.
|
||||
*/
|
||||
return CURLE_NOT_BUILT_IN;
|
||||
break;
|
||||
case CURLOPT_CERTINFO:
|
||||
#ifdef USE_SSL
|
||||
if(Curl_ssl_supports(data, SSLSUPP_CERTINFO))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue