Merge in SNORT/snort3 from ~ADMAMOLE/snort3:midstream_pickup to master
Squashed commit of the following:
commit
bc82cbb5677d46a254251022c7aebf01625a05c9
Author: Adrian Mamolea <admamole@cisco.com>
Date: Fri Jul 1 15:36:43 2022 -0400
http_inspect: do not abort midstream pickups
Profile profile(Http2Module::get_profile_stats());
Flow* const flow = pkt->flow;
- if (flow->session_state & STREAM_STATE_MIDSTREAM)
- return StreamSplitter::ABORT;
// This is the session state information we share with Http2Inspect and store with stream. A
// session is defined by a TCP connection. Since scan() is the first to see a new TCP
Profile profile(HttpModule::get_profile_stats());
Flow* const flow = pkt->flow;
- if (flow->session_state & STREAM_STATE_MIDSTREAM)
- return StreamSplitter::ABORT;
// This is the session state information we share with HttpInspect and store with stream. A
// session is defined by a TCP connection. Since scan() is the first to see a new TCP