]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: faster when reducing dynamic headers size 8705/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 16 Mar 2023 08:20:40 +0000 (09:20 +0100)
committerVictor Julien <vjulien@oisf.net>
Thu, 6 Apr 2023 18:34:38 +0000 (20:34 +0200)
commit42786aef59d20814b703c2b94f2ef117199c5e83
treec85a5b44084f79c91928e2ad3785211f8a54db02
parent749277d46fffbf7a1caa0f44563b39c65e658bb5
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
(cherry picked from commit 9adb59bcdb61a06792bec1bee468a900ad5118f5)
rust/src/http2/parser.rs