Merge in SNORT/snort3 from ~DKOLOMII/snort3:http_content_reinspect_fix to master
Squashed commit of the following:
commit
6f3ab2c866f6a2ea69454d23a59e54fe6b56c15a
Author: Daniil Kolomiiets <dkolomii@cisco.com>
Date: Fri Aug 8 09:11:23 2025 -0400
appid: fix http content processing
if ((tpPktCount >= asd.get_odp_ctxt().max_tp_flow_depth) ||
(asd.get_session_flags(APPID_SESSION_HTTP_SESSION | APPID_SESSION_APP_REINSPECT) ==
(APPID_SESSION_HTTP_SESSION | APPID_SESSION_APP_REINSPECT) && hsession &&
- hsession->get_field(REQ_URI_FID) &&
+ hsession->get_field(REQ_URI_FID) && asd.is_tp_appid_done() &&
(!hsession->get_chp_candidate() || hsession->is_chp_finished())))
{
if (asd.get_tp_app_id() == APP_ID_NONE)