mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-17 03:32:59 +02: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.