]> git.kaiwu.me - nginx.git/commit
QUIC: handle DATA_BLOCKED frame from client.
authorRoman Arutyunyan <arut@nginx.com>
Wed, 17 Nov 2021 20:07:51 +0000 (23:07 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Wed, 17 Nov 2021 20:07:51 +0000 (23:07 +0300)
commitd4add9784568913fea143004fa2d0af364c03562
tree87a93efbe83285a63450f039ce09cb8df5894b66
parent4bb4792907464c98e3fea1bd784caf5c9d456334
QUIC: handle DATA_BLOCKED frame from client.

Previously the frame was not handled and connection was closed with an error.
Now, after receiving this frame, global flow control is updated and new
flow control credit is sent to client.
src/event/quic/ngx_event_quic.c
src/event/quic/ngx_event_quic_streams.c
src/event/quic/ngx_event_quic_streams.h