]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add missing 'break'
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 06:16:58 +0000 (06:16 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 8 May 2022 06:16:58 +0000 (06:16 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900679 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index e324bbcbb1c730ceb95a39006824797e25985255..f1ed1f6cc20f6aa26451a5bc7a4c866a69a6006b 100644 (file)
@@ -1678,6 +1678,7 @@ static void rrl_log_error(request_rec *r, rrl_error error, const char *etoken)
     case rrl_missinguri:
         ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03446)
                       "HTTP Request Line; Missing URI");
+        break;
     case rrl_baduri:
         ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(03454)
                       "HTTP Request Line; URI incorrectly encoded: '%.*s'",