From bde18907ac71a521b076a73270bfebe99afa6cdf Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Tue, 6 Feb 2018 20:02:59 +0300 Subject: [PATCH] HTTP/2: removed unused field from ngx_http_v2_stream_t. --- src/http/v2/ngx_http_v2.h | 2 -- 1 file changed, 2 deletions(-) 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;