HTTP/3: fixed server push.

This commit is contained in:
Sergey Kandaurov 2021-03-10 17:56:34 +03:00
parent 02b52e4c0b
commit 7f348b2d1f

View File

@ -884,6 +884,7 @@ ngx_http_v3_create_push_request(ngx_http_request_t *pr, ngx_str_t *path,
ngx_str_set(&r->http_protocol, "HTTP/3.0");
r->http_version = NGX_HTTP_VERSION_30;
r->method_name = ngx_http_core_get_method;
r->method = NGX_HTTP_GET;