From 3d0900ba82e38938882df1b5f498acd65d0bbda1 Mon Sep 17 00:00:00 2001
From: Eric Leblond <el@stamus-networks.com>
Date: Thu, 19 Jan 2023 22:14:19 +0100
Subject: [PATCH] detect: remove flush

Because fluffy is better than flush.
---
 src/detect.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/detect.c b/src/detect.c
index e716afd86..0c92c2100 100644
--- a/src/detect.c
+++ b/src/detect.c
@@ -898,7 +898,6 @@ static DetectRunScratchpad DetectRunSetup(
             if (p->proto == IPPROTO_TCP && pflow->protoctx &&
                     StreamReassembleRawHasDataReady(pflow->protoctx, p)) {
                 p->flags |= PKT_DETECT_HAS_STREAMDATA;
-                flow_flags |= STREAM_FLUSH;
             }
             SCLogDebug("alproto %u", alproto);
         } else {
-- 
2.39.0

