summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_http_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_http_parse.c')
-rw-r--r--src/nxt_http_parse.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nxt_http_parse.c b/src/nxt_http_parse.c
index 95745ad4..aba889bf 100644
--- a/src/nxt_http_parse.c
+++ b/src/nxt_http_parse.c
@@ -599,10 +599,13 @@ nxt_http_lookup_field_end(u_char *p, u_char *end)
switch (end - p) {
case 3:
nxt_http_lookup_field_end_step
+ /* Fall through. */
case 2:
nxt_http_lookup_field_end_step
+ /* Fall through. */
case 1:
nxt_http_lookup_field_end_step
+ /* Fall through. */
case 0:
break;
default: