]> git.ipfire.org Git - thirdparty/suricata.git/commit
http1: use a tx iterator 13235/head
authorPhilippe Antoine <pantoine@oisf.net>
Tue, 13 May 2025 13:11:57 +0000 (15:11 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 14 May 2025 19:36:27 +0000 (21:36 +0200)
commit622476c47d2d201b888f84e25be7bb273e40036b
treead11e59292be3d3c0c6cf18acabd8f872186b78a
parentc2756dec7552b9820100ca28cbb82f4a355b2318
http1: use a tx iterator

Better performance than the defaut iterator as we do not need to
read all first elements every time
rust/htp/src/c_api/connection_parser.rs
rust/htp/src/c_api/transaction.rs
rust/htp/src/connection_parser.rs
rust/htp/src/transactions.rs
src/app-layer-htp.c