changeset 7197:ca8f8a443c11

HTTP/2: removed unused field from ngx_http_v2_stream_t.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 06 Feb 2018 20:02:59 +0300
parents 2e0de79805ee
children 573f20116163
files src/http/v2/ngx_http_v2.h
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;