]> git.kaiwu.me - nginx.git/commitdiff
HTTP/2: removed unused field from ngx_http_v2_stream_t.
authorValentin Bartenev <vbart@nginx.com>
Tue, 2 Feb 2016 13:33:55 +0000 (16:33 +0300)
committerValentin Bartenev <vbart@nginx.com>
Tue, 2 Feb 2016 13:33:55 +0000 (16:33 +0300)
src/http/v2/ngx_http_v2.h

index 4c63b21655b3305e1c61270f42c5aa3f225ee938..0f0392279ed30e2f0d2bc5fd8ef57934d27685f8 100644 (file)
@@ -167,7 +167,6 @@ struct ngx_http_v2_stream_s {
     ngx_http_v2_connection_t        *connection;
     ngx_http_v2_node_t              *node;
 
-    ngx_uint_t                       header_buffers;
     ngx_uint_t                       queued;
 
     /*