mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-04-18 04:03:55 +02:00
The rbinary match works similarly to the rstring match type, however the received data is rewritten as hex-string before the match operation is done. This allows using regexes on binary content even with the POSIX regex engine. [Cf: I slightly updated the patch. mem2hex function was removed and dump_binary is used instead.]