]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: add lf_rawtext{_len}() functions
authorAurelien DARRAGON <adarragon@haproxy.com>
Wed, 10 Apr 2024 10:07:26 +0000 (12:07 +0200)
committerAurelien DARRAGON <adarragon@haproxy.com>
Fri, 26 Apr 2024 16:39:31 +0000 (18:39 +0200)
commitfcb7e4beaaf50bd63c0defd008261fb1848e4eae
treeb02086f1006bc5744cb661e528b5e8fcd587bcba
parent1fa2da18cdea2b933252382033f690928ef09733
MINOR: log: add lf_rawtext{_len}() functions

similar to lf_text_{len}, except that quoting and mandatory options are
ignored. Use this to print the input string without any modification (
except for encoding logic).
src/log.c