Update ngx_http_v3_parse.c

This commit is contained in:
Sanjay Jangid 2025-07-14 16:34:16 +05:30 committed by GitHub
parent c52c5698cd
commit 838b8537b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -656,6 +656,7 @@ ngx_http_v3_parse_literal(ngx_connection_t *c, ngx_http_v3_parse_literal_t *st,
} }
} else { } else {
*st->last++ = ch; *st->last++ = ch;
} }