uint64_t content_len_so_far
void HtpBodyPrune(HtpState *state, HtpBody *body, int direction)
Free request body chunks that are already fully parsed.
void HtpBodyFree(HtpBody *body)
Print the information and chunks of a Body.
struct HtpBodyChunk_ * next
StreamingBufferConfig htp_sbcfg
StreamingBufferSegment sbseg
int HtpBodyAppendChunk(HtpBody *body, const uint8_t *data, uint32_t len)
Append a chunk of body to the HtpBody struct.