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: #6103pull/8965/head
parent
f346b3fc30
commit
6350736882
Loading…
Reference in New Issue