mirror of
https://github.com/nginx/nginx.git
synced 2025-01-19 10:02:59 +08:00
QUIC streams don't need filter_need_in_memory after 7f0981be07c4.
Now they inherit c->ssl always enabled from the main connection, which makes r->main_filter_need_in_memory set for them.
This commit is contained in:
parent
8c26e1d148
commit
d8d42e29e7
@ -709,7 +709,6 @@ ngx_http_alloc_request(ngx_connection_t *c)
|
||||
#if (NGX_HTTP_V3)
|
||||
if (hc->quic) {
|
||||
r->http_version = NGX_HTTP_VERSION_30;
|
||||
r->filter_need_in_memory = 1;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user