// TODO: What does bodyrlen mean? Does this suggest that I've misunderstood what body_length is?
intbody_read_length;// How far we've read
intbodyrlen;
// additional for http-parser
// additional for http-parser
intlast_was_value;// http-parser flag used to help the http-parser callbacks differentiate between header fields and values to know when to allocate a new header
intlast_was_value;// http-parser flag used to help the http-parser callbacks differentiate between header fields and values to know when to allocate a new header
intheader_end;// boolean flag set when header processing is complete
intheader_end;// boolean flag set when header processing is complete