mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-02-28 20:51:14 +01:00
Add two functions to encode input chunk replacing non-printable, non ascii or special characters with: "&#%u;" - chunk_htmlencode "<%02X>" - chunk_asciiencode Above functions should be used when adding strings, received from possible unsafe sources, to html stats or logs.