]> git.ipfire.org Git - thirdparty/suricata.git/commit
htp: move transactions list from BTree to VecDeque
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 13 May 2025 13:16:23 +0000 (15:16 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 14 May 2025 19:36:27 +0000 (21:36 +0200)
commitc2756dec7552b9820100ca28cbb82f4a355b2318
tree285454f00862ec5989aba83d87e5b974ee76478a
parent756f28d086715866a0b916a102e0d8ca75a5474c
htp: move transactions list from BTree to VecDeque

As it is more efficient in our case of pipelining requests
rust/htp/src/transactions.rs