]> git.ipfire.org Git - thirdparty/suricata.git/commit
http2: do not set file flags for global txs
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 15 Apr 2025 10:38:34 +0000 (12:38 +0200)
committerPhilippe Antoine <pantoine@oisf.net>
Mon, 7 Jul 2025 07:04:14 +0000 (09:04 +0200)
commit7fa88ea9e7d05e07a7864050cfd836b576669720
tree6503867677de867f21c8a7f36e1a082ee15dc0f4
parentde2bdfec998317923e46b46e539c5a4c82f33231
http2: do not set file flags for global txs

Global txs means here txs with stream id 0, used for connection control
messages.

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