mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
HTTP/2: removed unused field from ngx_http_v2_stream_t.
This commit is contained in:
parent
776869a974
commit
bde18907ac
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user