]> git.kaiwu.me - nginx.git/commit
QUIC: Introduced ngx_quic_finalize_connection().
authorRoman Arutyunyan <arut@nginx.com>
Thu, 2 Jul 2020 13:33:59 +0000 (16:33 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Thu, 2 Jul 2020 13:33:59 +0000 (16:33 +0300)
commit90f5c334f1acec56b98d6a937ab140782ef4318d
tree4b75e3b30cbaddebcd7354d998b649bd65a65ebe
parent86e287a2de91dfc0c7f6acc4220c15debd40a74d
QUIC: Introduced ngx_quic_finalize_connection().

The function finalizes QUIC connection with an application protocol error
code and sends a CONNECTION_CLOSE frame with type=0x1d.

Also, renamed NGX_QUIC_FT_CONNECTION_CLOSE2 to NGX_QUIC_FT_CONNECTION_CLOSE_APP.
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h
src/event/ngx_event_quic_transport.c
src/event/ngx_event_quic_transport.h