HTTP/2: removed unused field from ngx_http_v2_stream_t.

This commit is contained in:
Sergey Kandaurov 2018-02-06 20:02:59 +03:00
parent 776869a974
commit bde18907ac

View File

@ -190,8 +190,6 @@ struct ngx_http_v2_stream_s {
ngx_array_t *cookies; ngx_array_t *cookies;
size_t header_limit;
ngx_pool_t *pool; ngx_pool_t *pool;
unsigned waiting:1; unsigned waiting:1;