changeset 8276:ea264b21bfce quic

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.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 24 Mar 2020 19:17:57 +0300
parents 19660929e8ff
children 50db7ce374b7
files src/http/ngx_http_request.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/ngx_http_request.c
+++ b/src/http/ngx_http_request.c
@@ -709,7 +709,6 @@ ngx_http_alloc_request(ngx_connection_t 
 #if (NGX_HTTP_V3)
     if (hc->quic) {
         r->http_version = NGX_HTTP_VERSION_30;
-        r->filter_need_in_memory = 1;
     }
 #endif