# HG changeset patch # User Sergey Kandaurov # Date 1517936579 -10800 # Node ID ca8f8a443c1160abba011c6a38e858d7542bd000 # Parent 2e0de79805eee669cca7e2455010689a3191f268 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 --- 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;