From: Sergey Kandaurov Date: Tue, 6 Feb 2018 17:02:59 +0000 (+0300) Subject: HTTP/2: removed unused field from ngx_http_v2_stream_t. X-Git-Tag: release-1.13.9~13 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=bde18907ac71a521b076a73270bfebe99afa6cdf;p=nginx.git HTTP/2: removed unused field from ngx_http_v2_stream_t. --- diff --git a/src/http/v2/ngx_http_v2.h b/src/http/v2/ngx_http_v2.h index de67a0145..3926e653b 100644 --- a/src/http/v2/ngx_http_v2.h +++ b/src/http/v2/ngx_http_v2.h @@ -190,8 +190,6 @@ struct ngx_http_v2_stream_s { ngx_array_t *cookies; - size_t header_limit; - ngx_pool_t *pool; unsigned waiting:1;