aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Kandaurov <pluknet@nginx.com>2018-02-06 20:02:59 +0300
committerSergey Kandaurov <pluknet@nginx.com>2018-02-06 20:02:59 +0300
commitbde18907ac71a521b076a73270bfebe99afa6cdf (patch)
tree6d9ab613b9c88f23e07fffc08c03403ee556e505 /src
parent776869a974b817f2b13b7186d4bdb42210f6ce29 (diff)
downloadnginx-bde18907ac71a521b076a73270bfebe99afa6cdf.tar.gz
nginx-bde18907ac71a521b076a73270bfebe99afa6cdf.zip
HTTP/2: removed unused field from ngx_http_v2_stream_t.
Diffstat (limited to 'src')
-rw-r--r--src/http/v2/ngx_http_v2.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/http/v2/ngx_http_v2.h b/src/http/v2/ngx_http_v2.h
index de67a0145..3926e653b 100644
--- a/src/http/v2/ngx_http_v2.h
+++ b/src/http/v2/ngx_http_v2.h
@@ -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;