]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: faster when reducing dynamic headers size 8688/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 16 Mar 2023 08:20:40 +0000 (09:20 +0100)
committerVictor Julien <vjulien@oisf.net>
Wed, 5 Apr 2023 16:13:58 +0000 (18:13 +0200)
commit9adb59bcdb61a06792bec1bee468a900ad5118f5
tree3a050615d10698c40fd60a909cbc0829ffd18398
parentcaf9940fd10f474bcbc7bf983e3849a83a8c7562
http2: faster when reducing dynamic headers size

avoid quadratic complexity from removing the first element
and copying all the contents a big number fo times.

Ticket: #5909
rust/src/http2/parser.rs