[nginx] HTTP/2: removed unused field from ngx_http_v2_stream_t.
Sergey Kandaurov
pluknet at nginx.com
Tue Feb 6 21:06:15 UTC 2018
details: http://hg.nginx.org/nginx/rev/ca8f8a443c11
branches:
changeset: 7197:ca8f8a443c11
user: Sergey Kandaurov <pluknet at nginx.com>
date: Tue Feb 06 20:02:59 2018 +0300
description:
HTTP/2: removed unused field from ngx_http_v2_stream_t.
diffstat:
src/http/v2/ngx_http_v2.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff -r 2e0de79805ee -r ca8f8a443c11 src/http/v2/ngx_http_v2.h
--- a/src/http/v2/ngx_http_v2.h Thu Feb 01 11:15:14 2018 +0200
+++ b/src/http/v2/ngx_http_v2.h Tue Feb 06 20:02:59 2018 +0300
@@ -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;
More information about the nginx-devel
mailing list