]> git.kaiwu.me - nginx.git/commit
Core: added format specifiers to output binary data as hex.
authorVladimir Homutov <vl@nginx.com>
Wed, 28 Oct 2020 07:56:11 +0000 (10:56 +0300)
committerVladimir Homutov <vl@nginx.com>
Wed, 28 Oct 2020 07:56:11 +0000 (10:56 +0300)
commit3c0427373381097a9e25ccc2cb46bbc1ccac87a2
treea841122881346bbb48360406fde0dfd32a7f0358
parentc566d799938312197e4fc351ab0b977b72d89e8f
Core: added format specifiers to output binary data as hex.

Now "s", "V", and "v" format specifiers may be prefixed with "x" (lowercase)
or "X" (uppercase) to output corresponding data in hexadecimal format.

In collaboration with Maxim Dounin.
src/core/ngx_string.c
src/event/ngx_event_openssl.c
src/event/ngx_event_openssl_stapling.c
src/http/modules/ngx_http_grpc_module.c