diff src/http/v2/ngx_http_v2.h @ 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 61d276dcd493
children 641306096f5b
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;