mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-09 10:51:01 +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.