mirror of
https://github.com/nginx/nginx.git
synced 2026-09-17 21:09:50 +00:00
Fixed QUIC buffer consumption in send_chain().
This commit is contained in:
parent
400eb1b628
commit
9275f06a57
1 changed files with 2 additions and 1 deletions
|
|
@ -2849,8 +2849,9 @@ ngx_quic_stream_send_chain(ngx_connection_t *c, ngx_chain_t *in,
|
|||
return in;
|
||||
}
|
||||
|
||||
b->pos += n;
|
||||
|
||||
if (n != (ssize_t) len) {
|
||||
b->pos += n;
|
||||
return in;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue