diff options
author | Vladimir Homutov <vl@nginx.com> | 2020-04-24 10:11:47 +0300 |
---|---|---|
committer | Vladimir Homutov <vl@nginx.com> | 2020-04-24 10:11:47 +0300 |
commit | a9ef6ed17d1ed1e1e78d47aecf178d86bb1b3b8d (patch) | |
tree | 8166ab7783f061692201ddf2caef4a2288012a3d /src/http/ngx_http_request.c | |
parent | ed506f8e15d2b84b3122d692299755e2731b3c79 (diff) | |
download | nginx-a9ef6ed17d1ed1e1e78d47aecf178d86bb1b3b8d.tar.gz nginx-a9ef6ed17d1ed1e1e78d47aecf178d86bb1b3b8d.zip |
Debug cleanup.
+ all dumps are moved under one of the following macros (undefined by default):
NGX_QUIC_DEBUG_PACKETS
NGX_QUIC_DEBUG_FRAMES
NGX_QUIC_DEBUG_FRAMES_ALLOC
NGX_QUIC_DEBUG_CRYPTO
+ all QUIC debug messages got "quic " prefix
+ all input frames are reported as "quic frame in FOO_FRAME bar:1 baz:2"
+ all outgoing frames re reported as "quic frame out foo bar baz"
+ all stream operations are prefixed with id, like: "quic stream id 0x33 recv"
+ all transport parameters are prefixed with "quic tp"
(hex dump is moved to caller, to avoid using ngx_cycle->log)
+ packet flags and some other debug messages are updated to
include packet type
Diffstat (limited to 'src/http/ngx_http_request.c')
0 files changed, 0 insertions, 0 deletions