Teach HTTP parser to derive content length of multipart/byteranges bodies.

Addresses #488.
This commit is contained in:
Jon Siwek 2011-09-23 10:31:20 -05:00
parent a2edff9385
commit ee30268164
3 changed files with 47 additions and 0 deletions

View file

@ -184,6 +184,7 @@ public:
http_event || http_stats) && !FLAGS_use_binpac; }
int IsConnectionClose() { return connection_close; }
int HTTP_ReplyCode() const { return reply_code; };
protected:
void GenStats();