Skip to content

Commit

Permalink
http2: trigger raw stream reassembly earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
jufajardini committed May 28, 2024
1 parent 5f01594 commit d42cb60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/src/http2/http2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ impl HTTP2State {
while !input.is_empty() {
match parser::http2_parse_frame_header(input) {
Ok((rem, head)) => {
sc_app_layer_parser_trigger_raw_stream_reassembly(flow, dir as i32);
let hl = head.length as usize;

//we check for completeness first
Expand Down

0 comments on commit d42cb60

Please sign in to comment.