mirror of
https://github.com/nginx/nginx.git
synced 2024-12-21 01:27:48 +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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user