]> git.kaiwu.me - haproxy.git/commit
MINOR: httpclient: add an "https" log-format
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 23 Apr 2025 13:32:46 +0000 (15:32 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 23 Apr 2025 13:32:46 +0000 (15:32 +0200)
commitd700a242b425c9bc04d3fe27e5a3b843e8376020
tree544c304f7a3cda7b1da32bf7c3487cf14a79632d
parentd19a62dc6576d99f4e343ca25f8a2f853c6b2f04
MINOR: httpclient: add an "https" log-format

Add an experimental "https" log-format for the httpclient, it is not
used by the httpclient by default, but could be define in a customized
proxy.

The string is basically a httpslog, with some of the fields replaced by
their backend equivalent or - when not available:

"%ci:%cp [%tr] %ft -/- %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs %{+Q}r %[bc_err]/%[ssl_bc_err,hex]/-/-/%[ssl_bc_is_resumed] -/-/-"
include/haproxy/log.h
src/log.c