]> git.kaiwu.me - nginx.git/commitdiff
QUIC streams don't need filter_need_in_memory after 7f0981be07c4.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 24 Mar 2020 16:17:57 +0000 (19:17 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 24 Mar 2020 16:17:57 +0000 (19:17 +0300)
Now they inherit c->ssl always enabled from the main connection,
which makes r->main_filter_need_in_memory set for them.

src/http/ngx_http_request.c

index 890e5374b4d175d6b1a01262bb4d024826fbdc32..c5165f2dc1894b97b7ae5404c05ee7f51deaa9fb 100644 (file)
@@ -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