diff options
| author | Vladimir Homutov <vl@nginx.com> | 2020-03-02 21:38:03 +0300 |
|---|---|---|
| committer | Vladimir Homutov <vl@nginx.com> | 2020-03-02 21:38:03 +0300 |
| commit | 820be1b8466ebe508fa91b1d706e5b3ef614c5c1 (patch) | |
| tree | ae3d117ed224d5b5a9f5278826c473076100eb2d /src/http/ngx_http_core_module.h | |
| parent | b20ed8f7f1acc2a1ef38714ddd75c7ba7add5f1d (diff) | |
| download | nginx-820be1b8466ebe508fa91b1d706e5b3ef614c5c1.tar.gz nginx-820be1b8466ebe508fa91b1d706e5b3ef614c5c1.tar.bz2 | |
Aded the "ngx_quic_hexdump" macro.
ngx_quic_hexdump0(log, format, buffer, buffer_size);
- logs hexdump of buffer to specified error log
ngx_quic_hexdump0(c->log, "this is foo:", foo.data, foo.len);
ngx_quic_hexdump(log, format, buffer, buffer_size, ...)
- same as hexdump0, but more format/args possible:
ngx_quic_hexdump(c->log, "a=%d b=%d, foo is:", foo.data, foo.len, a, b);
Diffstat (limited to 'src/http/ngx_http_core_module.h')
0 files changed, 0 insertions, 0 deletions
