]> 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 10:16:58 +0000 (12:16 +0200)
commit4b9cac426a859a4129aa4b075291e73e9f72c1af
tree7e3d9d16b4eb47549f828aeaf47c65edd71c6679
parent416cc8455fe17a1f0444bbb7f069f76748d47896
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.

(cherry picked from commit d91a1e8bc6b886bdd383f3f7105ef9b2bf3a33fe)
src/stream-tcp.c