]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: fix "http-send-name-header" ignore warning message
authorAurelien DARRAGON <adarragon@haproxy.com>
Mon, 10 Jun 2024 16:11:49 +0000 (18:11 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Tue, 11 Jun 2024 08:58:55 +0000 (10:58 +0200)
commite5ccfda9d31db54dfafe618404e79f09883b3ea5
tree52610c04202ba4a03e3d0d21cf97cf2209af2bbe
parent7acdc3f6ffa69ba97d9f25532f2b7dd1ef390564
MINOR: log: fix "http-send-name-header" ignore warning message

Warning message to indicate that the "http-send-name-header" option is
ignored for backend in "mode log" was referenced using its internal
struct wording instead of public name (as seen in the documentation).

Let's fix that.

It may be backported with c7783fb ("MINOR: log/backend: prevent
"http-send-name-header" use with LOG mode") in 2.9.
src/log.c