diff options
author | Sergey Kandaurov <pluknet@nginx.com> | 2020-11-17 21:32:04 +0000 |
---|---|---|
committer | Sergey Kandaurov <pluknet@nginx.com> | 2020-11-17 21:32:04 +0000 |
commit | 5e32d82dea03e25c472f8549afe167d827104100 (patch) | |
tree | 1c340df4849e0a853d7002a751cfb3d347001540 /src/http/v3/ngx_http_v3_request.c | |
parent | b1d930b8931d7789cc528b873065d938c781a92b (diff) | |
download | nginx-5e32d82dea03e25c472f8549afe167d827104100.tar.gz nginx-5e32d82dea03e25c472f8549afe167d827104100.zip |
QUIC: refactored long header parsing.
The largely duplicate type-specific functions ngx_quic_parse_initial_header(),
ngx_quic_parse_handshake_header(), and a missing one for 0-RTT, were merged.
The new order of functions listed in ngx_event_quic_transport.c reflects this.
|_ ngx_quic_parse_long_header - version-invariant long header fields
\_ ngx_quic_supported_version - a helper to decide we can go further
\_ ngx_quic_parse_long_header_v1 - QUICv1-specific long header fields
0-RTT packets previously appeared as Handshake are now logged as appropriate:
*1 quic packet rx long flags:db version:ff00001d
*1 quic packet rx early len:870
Logging SCID/DCID is no longer duplicated as were seen with Initial packets.
Diffstat (limited to 'src/http/v3/ngx_http_v3_request.c')
0 files changed, 0 insertions, 0 deletions