mirror of https://github.com/nginx/nginx
Merge 1f07d7b7be into 7c2524a692
This commit is contained in:
commit
235fce66fe
|
|
@ -4333,7 +4333,9 @@ ngx_http_v2_read_client_request_body_handler(ngx_http_request_t *r)
|
|||
|
||||
window = buf->end - buf->start;
|
||||
|
||||
if (h2c->state.stream == stream) {
|
||||
if (h2c->state.stream == stream
|
||||
&& h2c->state.handler == ngx_http_v2_state_read_data)
|
||||
{
|
||||
window -= h2c->state.length;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue