]> git.kaiwu.me - nginx.git/commit
QUIC: removed redundant "app" flag from ngx_quic_close_frame_t.
authorSergey Kandaurov <pluknet@nginx.com>
Wed, 3 Feb 2021 09:39:41 +0000 (12:39 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Wed, 3 Feb 2021 09:39:41 +0000 (12:39 +0300)
commitb51d0100299d0a2f35edfc1c00b3e31571bc88e5
treeb8aa84cc9ab8375b8b7b9f6bc5e5ef43d9d243f2
parent365c8b7914033c05fc1e564684dade448fc65671
QUIC: removed redundant "app" flag from ngx_quic_close_frame_t.

The flag was introduced to create type-aware CONNECTION_CLOSE frames,
and now is replaced with frame type information, directly accessible.
Notably, this fixes type logging for received frames in b3d9e57d0f62.
src/event/quic/ngx_event_quic.c
src/event/quic/ngx_event_quic_transport.c
src/event/quic/ngx_event_quic_transport.h