comparison src/http/v2/ngx_http_v2.h @ 7197:ca8f8a443c11

HTTP/2: removed unused field from ngx_http_v2_stream_t.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 06 Feb 2018 20:02:59 +0300
parents 61d276dcd493
children 641306096f5b
comparison
equal deleted inserted replaced
7196:2e0de79805ee 7197:ca8f8a443c11
188 188
189 ngx_queue_t queue; 189 ngx_queue_t queue;
190 190
191 ngx_array_t *cookies; 191 ngx_array_t *cookies;
192 192
193 size_t header_limit;
194
195 ngx_pool_t *pool; 193 ngx_pool_t *pool;
196 194
197 unsigned waiting:1; 195 unsigned waiting:1;
198 unsigned blocked:1; 196 unsigned blocked:1;
199 unsigned exhausted:1; 197 unsigned exhausted:1;