]> git.ipfire.org Git - thirdparty/suricata.git/commit
mqtt: fix transaction completion 6700/head
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 2 Dec 2021 09:29:40 +0000 (10:29 +0100)
committerShivani Bhardwaj <shivanib134@gmail.com>
Fri, 10 Dec 2021 14:38:36 +0000 (20:08 +0530)
commit9d7630d1424302465de9e7cba6e9abb8bc98f9bd
tree99d062561623dec9ad796363fc1ea7244a48213b
parent19d9a055490ff01d57b99afcd0a4b8b4e2600fa1
mqtt: fix transaction completion

Ticket: 4862

A transaction to client is always considered
complete in the direction to server and vice versa.
Otherwise, transactions are never complete for
AppLayerParserTransactionsCleanup

(cherry picked from commit 1b10848d84f6417a4030e5814db246b369b77593)
rust/src/mqtt/mqtt.rs