]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG: 51d: In Hash Trie, multi header matching was affected by the header names stored...
authorBen51Degrees <Ben@51Degrees.com>
Tue, 5 Feb 2019 13:23:06 +0000 (13:23 +0000)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Feb 2019 20:29:08 +0000 (21:29 +0100)
commite0f6a2a2aa9a67f7e5590fb1621e04e48adfb894
treed7b141d0249d2aaafcd366bb41e3397d72924553
parent7701cad4449f2a84603c296c7fa3bf1e23c9fcb9
BUG: 51d: In Hash Trie, multi header matching was affected by the header names stored globaly.

Some logic around mutli header matching in Hash Trie has been improved
where only the name of the most important header was stored in the
global heade_names structure. Now all headers are stored, so are used in
the mutli header matching correctly.
src/51d.c