HTTP/3: staticize ngx_http_v3_methods.

This commit is contained in:
Sergey Kandaurov 2020-12-16 12:47:38 +00:00
parent 1a3bf7d593
commit c3714a8089

View File

@ -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[] = {