[nginx] HTTP/2: removed unused field from ngx_http_v2_stream_t.
Valentin Bartenev
vbart at nginx.com
Tue Feb 2 13:34:32 UTC 2016
details: http://hg.nginx.org/nginx/rev/d2dc8bc0394a
branches:
changeset: 6373:d2dc8bc0394a
user: Valentin Bartenev <vbart at nginx.com>
date: Tue Feb 02 16:33:55 2016 +0300
description:
HTTP/2: removed unused field from ngx_http_v2_stream_t.
diffstat:
src/http/v2/ngx_http_v2.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r a6a5bacf6b74 -r d2dc8bc0394a src/http/v2/ngx_http_v2.h
--- a/src/http/v2/ngx_http_v2.h Thu Dec 17 17:30:22 2015 +0300
+++ b/src/http/v2/ngx_http_v2.h Tue Feb 02 16:33:55 2016 +0300
@@ -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;
/*
More information about the nginx-devel
mailing list