]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: do not append data after closing file 9224/head
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 12 Jul 2023 07:42:47 +0000 (09:42 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 13 Jul 2023 05:05:07 +0000 (07:05 +0200)
commit60db5e981cd4a6680022de523bfd03f651e61764
tree5a79787453bfa74f4ea3317acb4f4209ddb16ab1
parent24bcaf07ae6955827de3dd1d82a16f0c4a594a27
http2: do not append data after closing file

Ticket: #6211

Completes commit 02dece5db5170ae9bd946d0b8805e45ac071a97c

Once a http2 stream has end of stream flag, we close the file.
If we see new data frames with this stream id, the new_chunk
function should ignore them as the file was already closed.
rust/src/filetracker.rs