mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Teach HTTP parser to derive content length of multipart/byteranges bodies.
Addresses #488.
This commit is contained in:
parent
a2edff9385
commit
ee30268164
3 changed files with 47 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue