comparison src/http/v3/ngx_http_v3_filter_module.c @ 8350:6bb924b00e30 quic

HTTP/3: fixed server push.
author Sergey Kandaurov <pluknet@nginx.com>
date Wed, 10 Mar 2021 17:56:34 +0300
parents 1efee5e4194c
children 5cb5b568282b
comparison
equal deleted inserted replaced
8349:05e0988a6898 8350:6bb924b00e30
882 882
883 c->data = r; 883 c->data = r;
884 884
885 ngx_str_set(&r->http_protocol, "HTTP/3.0"); 885 ngx_str_set(&r->http_protocol, "HTTP/3.0");
886 886
887 r->http_version = NGX_HTTP_VERSION_30;
887 r->method_name = ngx_http_core_get_method; 888 r->method_name = ngx_http_core_get_method;
888 r->method = NGX_HTTP_GET; 889 r->method = NGX_HTTP_GET;
889 890
890 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module); 891 cscf = ngx_http_get_module_srv_conf(r, ngx_http_core_module);
891 892