]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/stream: fix async stream inspection
authorVictor Julien <victor@inliniac.net>
Thu, 17 Dec 2020 20:04:13 +0000 (21:04 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 23 Dec 2020 08:44:08 +0000 (09:44 +0100)
commit3c7c361b603653a4c0bb30a4261babc45988d163
treef2283448f0bc84145c5c081513dbb1699f136c8e
parent8aa02c6d15f013f9ce934e440ee073701d3ea502
detect/stream: fix async stream inspection

Move raw progress forward only if detect uses stream data, indicated
by the PKT_DETECT_HAS_STREAMDATA flag.
src/detect.c
src/tests/detect-http-uri.c