]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: better file tracking 6392/head
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 2 Sep 2021 14:31:20 +0000 (16:31 +0200)
committerShivani Bhardwaj <shivanib134@gmail.com>
Mon, 20 Sep 2021 12:55:46 +0000 (18:25 +0530)
commit8704057df0527f822f2c25a78a7ad85f792ce881
tree46d48fa8cb056b084b053c58fcf1afbbe1a1dd30
parent8d1c318852a9040d35146ad0e6fcdc56a3e4ae3a
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

(cherry picked from commit bb98a18b3d6d104d11a105aea3886d3daa5956cf)
rust/src/http2/http2.rs