# HG changeset patch # User Sergey Kandaurov # Date 1615388194 -10800 # Node ID 6bb924b00e302b7663e029831ab60c88861ee078 # Parent 05e0988a6898444f26f1b89e9695375e64425f44 HTTP/3: fixed server push. diff --git a/src/http/v3/ngx_http_v3_filter_module.c b/src/http/v3/ngx_http_v3_filter_module.c --- a/src/http/v3/ngx_http_v3_filter_module.c +++ b/src/http/v3/ngx_http_v3_filter_module.c @@ -884,6 +884,7 @@ ngx_http_v3_create_push_request(ngx_http 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;