diff options
| author | Valentin Bartenev <vbart@nginx.com> | 2016-02-02 16:33:55 +0300 |
|---|---|---|
| committer | Valentin Bartenev <vbart@nginx.com> | 2016-02-02 16:33:55 +0300 |
| commit | 3351fbe48124b0e56f1478536089073db8fd2d7d (patch) | |
| tree | 0b30615cc9e7bdaa95499c115a5e1d61b80dad83 | |
| parent | c6ed65ce7c254f743184b730a95fa9cd7a930420 (diff) | |
| download | nginx-3351fbe48124b0e56f1478536089073db8fd2d7d.tar.gz nginx-3351fbe48124b0e56f1478536089073db8fd2d7d.tar.bz2 | |
HTTP/2: removed unused field from ngx_http_v2_stream_t.
| -rw-r--r-- | src/http/v2/ngx_http_v2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http/v2/ngx_http_v2.h b/src/http/v2/ngx_http_v2.h index 4c63b2165..0f0392279 100644 --- a/src/http/v2/ngx_http_v2.h +++ b/src/http/v2/ngx_http_v2.h @@ -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; /* |
