]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: do not expand duplicate headers
authorPhilippe Antoine <pantoine@oisf.net>
Mon, 17 Jun 2024 14:30:49 +0000 (16:30 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 25 Jun 2024 09:34:17 +0000 (11:34 +0200)
commit5bd17934df321b88f502d48afdd6cc8bad4787a7
tree762d0b1e4cf45688c521ed5d7a5c2e9538b1cc84
parent37509e8e0ed097f8e0174df754835ac60584fc72
http2: do not expand duplicate headers

Ticket: 7104

As this can cause a big mamory allocation due to the quadratic
nature of the HPACK compression.
rust/src/http2/detect.rs