]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
lib: remove superfluous setopt break for CURLOPT_SSL_FALSESTART
authorDaniel McCarney <daniel@binaryparadox.net>
Fri, 13 Jun 2025 14:33:51 +0000 (10:33 -0400)
committerViktor Szakats <commit@vsz.me>
Sat, 14 Jun 2025 23:38:25 +0000 (01:38 +0200)
Reported-by: 4lan.m
Ref: https://github.com/curl/curl/commit/1e2e808defe6850295baa002d07cde9a129ec791#r159957160
Follow-up to 1e2e808defe6850295baa002d07cde9a129ec791 #17595

Closes #17615

lib/setopt.c

index 18f3ab3e925e8fb9313019e02360e8773eb5143e..ab17b1e36e2b2efdd2304dc0cad4b2c018e67b3d 100644 (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))