mirror of
https://github.com/nginx/nginx.git
synced 2025-08-01 02:56:15 +08:00
HTTP/3: fixed server push.
This commit is contained in:
parent
02b52e4c0b
commit
7f348b2d1f
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user