]> git.kaiwu.me - nginx.git/commit
QUIC: removed ngx_quic_hexdump() macro.
authorVladimir Homutov <vl@nginx.com>
Fri, 27 Nov 2020 15:43:36 +0000 (18:43 +0300)
committerVladimir Homutov <vl@nginx.com>
Fri, 27 Nov 2020 15:43:36 +0000 (18:43 +0300)
commit153aaff1ee74ee8450c3c8ac1a9432abc0349149
tree910276c9a8685bf0341d05ffc71257aa018c614d
parent7cfc5eb11fbfe3beb9d793dbacae70fb658d46c2
QUIC: removed ngx_quic_hexdump() macro.

Instead, appropriate format specifier for hexadecimal is used
in ngx_log_debug().

The STREAM frame "data" debug is moved into ngx_quic_log_frame(), similar
to all other frame fields debug.
src/event/ngx_event_quic.c
src/event/ngx_event_quic.h
src/event/ngx_event_quic_protection.c
src/event/ngx_event_quic_transport.c