Squashed commit of the following:
commit
7de785661b313f522ae52bb35e7250ab817de19b
Author: Kanimozhi Murthi <kamurthi@cisco.com>
Date: Thu Apr 22 15:49:25 2021 -0400
appid: mark payload detection as done after either http request or response is inspected
const std::string* host = meta_data[REQ_HOST_FID];
const std::string* referer = meta_data[REQ_REFERER_FID];
const std::string* uri = meta_data[REQ_URI_FID];
- bool is_payload_processed = false;
// For fragmented HTTP headers, do not process if none of the fields are set.
// These fields will get set when the HTTP header is reassembled.
unsigned response_code_packets = 0;
#endif
uint32_t http2_stream_id = 0;
+ bool is_payload_processed = false;
};
#endif