]> git.kaiwu.me - nginx.git/commit
QUIC: made ngx_quic_finalize_connecion() more graceful.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 22 Aug 2022 11:28:51 +0000 (15:28 +0400)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 22 Aug 2022 11:28:51 +0000 (15:28 +0400)
commit62b928a45f32404afdd67925498d593fcba51f59
tree09cc6de4405eb6a0e5d01e4f3d9c136ee69fdadd
parentd3fb12d77fad66eba2d8db102e505000c2a80e6d
QUIC: made ngx_quic_finalize_connecion() more graceful.

Previously, ngx_quic_finalize_connection() closed the connection with NGX_ERROR
code, which resulted in immediate connection closure.  Now the code is NGX_OK,
which provides a more graceful shutdown with a timeout.
src/event/quic/ngx_event_quic.c