fix formatting

This commit is contained in:
sajad 2025-10-19 12:55:52 +03:30
parent 224b9a3978
commit c9a51bc48a
1 changed files with 2 additions and 2 deletions

View File

@ -968,8 +968,8 @@ ngx_http_parse_header_line(ngx_http_request_t *r, ngx_buf_t *b,
|| (ch >= 0x3b && ch <= 0x40)
|| (ch >= 0x5b && ch <= 0x5d)
|| ch == 0x7b
|| ch == 0x7d
) {
|| ch == 0x7d)
{
r->header_end = p;
return NGX_HTTP_PARSE_INVALID_HEADER;
}