mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 03:58:20 +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
|
@ -95,6 +95,7 @@ public:
|
|||
virtual void EndOfData();
|
||||
|
||||
MIME_Entity* Parent() const { return parent; }
|
||||
int MIMEContentType() const { return content_type; }
|
||||
StringVal* ContentType() const { return content_type_str; }
|
||||
StringVal* ContentSubType() const { return content_subtype_str; }
|
||||
int ContentTransferEncoding() const { return content_encoding; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue