commit | 7a835f3cb0c5eab84199ad126098af30d94ca226 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Fri May 21 11:31:35 2021 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Tue May 25 10:41:50 2021 +0200 |
tree | 79a997abd3340ce37613b6605d0cf07db3e579f2 | |
parent | bdcefe58b7190d919d2728f8a412bc4f58908c76 [diff] |
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.