]> git.ipfire.org Git - thirdparty/suricata.git/commit
stream: simplify drop handling
authorVictor Julien <vjulien@oisf.net>
Wed, 31 May 2023 13:52:54 +0000 (15:52 +0200)
committerVictor Julien <vjulien@oisf.net>
Fri, 2 Jun 2023 09:21:47 +0000 (11:21 +0200)
commitd91a1e8bc6b886bdd383f3f7105ef9b2bf3a33fe
treeccd1eb1e13382345f9f6807324dbebb01c188e6c
parent77f49661fd78df420c4542e230def0682a886c60
stream: simplify drop handling

Remove logic to apply flow drop, as this is now handled in the
flow engine.

However, keep the logic that frees/cleans the session state.
src/stream-tcp.c