lib: remove superfluous setopt break for CURLOPT_SSL_FALSESTART

Reported-by: 4lan.m
Ref: 1e2e808def (r159957160)
Follow-up to 1e2e808def #17595

Closes #17615
This commit is contained in:
Daniel McCarney 2025-06-13 10:33:51 -04:00 committed by Viktor Szakats
parent bb7ea30fb6
commit 4dabcf4c48
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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))