mirror of
https://github.com/nginx/nginx.git
synced 2025-02-25 18:55:26 -06:00
HTTP/3: staticize ngx_http_v3_methods.
This commit is contained in:
parent
1a3bf7d593
commit
c3714a8089
@ -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…
Reference in New Issue
Block a user