]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: h1-htx: Use a correlation table to speed-up small chunks parsing
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 21 May 2021 09:31:35 +0000 (11:31 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 25 May 2021 08:41:50 +0000 (10:41 +0200)
commit7a835f3cb0c5eab84199ad126098af30d94ca226
tree79a997abd3340ce37613b6605d0cf07db3e579f2
parentbdcefe58b7190d919d2728f8a412bc4f58908c76
MINOR: h1-htx: Use a correlation table to speed-up small chunks parsing

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.
src/h1_htx.c