# HG changeset patch # User Maxim Dounin <[email protected]> # Date 1754683256 -10800 # Fri Aug 08 23:00:56 2025 +0300 # Node ID 081c23342274d57259786c115dd55c08eb03ac9e # Parent 924c082b02a4afed6910650d6ee3b709244a0fba Style.
diff --git a/src/http/ngx_http_parse.c b/src/http/ngx_http_parse.c
--- a/src/http/ngx_http_parse.c
+++ b/src/http/ngx_http_parse.c
@@ -1808,7 +1808,6 @@ ngx_http_parse_status_line(ngx_http_requ
switch (ch) {
case CR:
state = sw_almost_done;
-
break;
case LF:
goto done;
