mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-10 13:22:51 +02:00
Instead of using hex2i() to convert an hexa digit to an integer in the function parsing small chunks, we now use a table because it is faster.