]> git.kaiwu.me - nginx.git/commit
QUIC: handle client RESET_STREAM and STOP_SENDING.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 3 Aug 2020 10:31:48 +0000 (13:31 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 3 Aug 2020 10:31:48 +0000 (13:31 +0300)
commitcb0e3a2658d8b0be313bddd07ebb2599253f9856
tree2ff53ea61a1a0b443d7e1be946d8306b8304541d
parente97c50cdd6a33954a39fb2d0d9b116e318a26659
QUIC: handle client RESET_STREAM and STOP_SENDING.

For RESET_STREAM the c->read->error flag is set.
For STOP_SENDING the c->write->error flag is set.
src/event/ngx_event_quic.c