]> git.kaiwu.me - nginx.git/commit
QUIC: fixed handling STREAM FIN.
authorRoman Arutyunyan <arut@nginx.com>
Tue, 11 Jan 2022 15:57:02 +0000 (18:57 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Tue, 11 Jan 2022 15:57:02 +0000 (18:57 +0300)
commita6120a9bc5a50326889755d740be457f379bb215
tree19c9055e92403b7fa1010c13e3905116b5ab6ce1
parent38cfe35779e4a8a6288d61bdf4a2e892dc0ce046
QUIC: fixed handling STREAM FIN.

Previously, when a STREAM FIN frame with no data bytes was received after all
prior stream data were already read by the application layer, the frame was
ignored and eof was not reported to the application.
src/event/quic/ngx_event_quic_streams.c