mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
HTTP/3: staticize ngx_http_v3_methods.
This commit is contained in:
parent
1a3bf7d593
commit
c3714a8089
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ static ngx_int_t ngx_http_v3_process_pseudo_header(ngx_http_request_t *r,
|
|||
ngx_str_t *name, ngx_str_t *value);
|
||||
|
||||
|
||||
struct {
|
||||
static const struct {
|
||||
ngx_str_t name;
|
||||
ngx_uint_t method;
|
||||
} ngx_http_v3_methods[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue