diff options
| author | Sergey Kandaurov <pluknet@nginx.com> | 2021-02-03 12:39:41 +0300 |
|---|---|---|
| committer | Sergey Kandaurov <pluknet@nginx.com> | 2021-02-03 12:39:41 +0300 |
| commit | b51d0100299d0a2f35edfc1c00b3e31571bc88e5 (patch) | |
| tree | b8aa84cc9ab8375b8b7b9f6bc5e5ef43d9d243f2 /src/event/quic/ngx_event_quic_transport.h | |
| parent | 365c8b7914033c05fc1e564684dade448fc65671 (diff) | |
| download | nginx-b51d0100299d0a2f35edfc1c00b3e31571bc88e5.tar.gz nginx-b51d0100299d0a2f35edfc1c00b3e31571bc88e5.tar.bz2 | |
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.
Diffstat (limited to 'src/event/quic/ngx_event_quic_transport.h')
| -rw-r--r-- | src/event/quic/ngx_event_quic_transport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/event/quic/ngx_event_quic_transport.h b/src/event/quic/ngx_event_quic_transport.h index 7f82d949e..e747aaa2c 100644 --- a/src/event/quic/ngx_event_quic_transport.h +++ b/src/event/quic/ngx_event_quic_transport.h @@ -197,7 +197,6 @@ typedef struct { uint64_t error_code; uint64_t frame_type; ngx_str_t reason; - ngx_uint_t app; /* unsigned app:1; */ } ngx_quic_close_frame_t; |
