Latest update - 7549

This commit is contained in:
2019-08-14 15:59:44 +09:00
parent f56ad45457
commit 21524b58bf
3 changed files with 40 additions and 9 deletions
+3
View File
@@ -170,6 +170,7 @@ struct ngx_http_v2_connection_s {
ngx_uint_t processing;
ngx_uint_t frames;
ngx_uint_t idle;
ngx_uint_t priority_limit;
ngx_uint_t pushing;
ngx_uint_t concurrent_pushes;
@@ -247,6 +248,8 @@ struct ngx_http_v2_stream_s {
ngx_buf_t *preread;
ngx_uint_t frames;
ngx_http_v2_out_frame_t *free_frames;
ngx_chain_t *free_frame_headers;
ngx_chain_t *free_bufs;