mirror of https://github.com/OISF/suricata
http2: avoid quadratic complexity in headers
When adding an element to the dynamic headers table, the oldest
ones may get evicted. When multiple elements get evicted, they
should get evicted all at once with drain, instead of one by one
as there will be a massive move each time.
Ticket: #6103
(cherry picked from commit 6350736882)
pull/9003/head
parent
2e4aade51d
commit
401a1b36b1
Loading…
Reference in New Issue