mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-01-08 10:21:04 +01:00
Turn the "Accept-Encoding" value to lower case before processing it. Calculate the CRC on every token instead of a sorted concatenation of them all (in order to avoir copying them) then XOR all the CRCs into a single hash (while ignoring duplicates).