]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: better file tracking 6332/head
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 2 Sep 2021 14:31:20 +0000 (16:31 +0200)
committerPhilippe Antoine <contact@catenacyber.fr>
Thu, 2 Sep 2021 15:31:27 +0000 (17:31 +0200)
commitbb98a18b3d6d104d11a105aea3886d3daa5956cf
tree5cd277563c44a3dc5ae62680356df5bb8d26ed86
parent1378b2f45144676d98f3430728dcca3e09540921
http2: better file tracking

If an HTTP2 file was within only ont DATA frame, the filetracker
would open it and close it in the same call, preventing the
firther call to incr_files_opened

Also includes rustfmt again for all HTTP2 files
rust/src/http2/detect.rs
rust/src/http2/http2.rs
rust/src/http2/logger.rs