commit | e0f6a2a2aa9a67f7e5590fb1621e04e48adfb894 | [log] [tgz] |
---|---|---|
author | Ben51Degrees <Ben@51Degrees.com> | Tue Feb 05 13:23:06 2019 +0000 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 08 21:29:08 2019 +0100 |
tree | d7b141d0249d2aaafcd366bb41e3397d72924553 | |
parent | 7701cad4449f2a84603c296c7fa3bf1e23c9fcb9 [diff] |
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.