mirror of
https://github.com/nginx/nginx.git
synced 2025-07-25 22:56:59 +08:00
Style.
This commit is contained in:
parent
f3363a8dbe
commit
7f0fdd4e14
@ -628,7 +628,7 @@ ngx_http_v3_process_header(ngx_http_request_t *r, ngx_str_t *name,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (name->len && name->data[0] == ':') {
|
if (name->len && name->data[0] == ':') {
|
||||||
return ngx_http_v3_process_pseudo_header(r, name, value);
|
return ngx_http_v3_process_pseudo_header(r, name, value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user