]> git.kaiwu.me - nginx.git/commitdiff
HTTP/2: removed unused field from ngx_http_v2_stream_t.
authorSergey Kandaurov <pluknet@nginx.com>
Tue, 6 Feb 2018 17:02:59 +0000 (20:02 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Tue, 6 Feb 2018 17:02:59 +0000 (20:02 +0300)
src/http/v2/ngx_http_v2.h

index de67a0145ff17645ba50028dcb4c1195da41dbb1..3926e653b3be92b09eed56d7656f9703de12455a 100644 (file)
@@ -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;