# HG changeset patch # User Sergey Kandaurov # Date 1615388194 -10800 # Node ID 6bb924b00e302b7663e029831ab60c88861ee078 # Parent 05e0988a6898444f26f1b89e9695375e64425f44 HTTP/3: fixed server push. diff -r 05e0988a6898 -r 6bb924b00e30 src/http/v3/ngx_http_v3_filter_module.c --- a/src/http/v3/ngx_http_v3_filter_module.c Wed Mar 10 15:39:01 2021 +0300 +++ b/src/http/v3/ngx_http_v3_filter_module.c Wed Mar 10 17:56:34 2021 +0300 @@ -884,6 +884,7 @@ 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;