mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 03:28:19 +00:00
Adapt more of HTTP analyzer to use cached file analysis IDs.
Some EndOfFile calls can re-use a cached file ID.
This commit is contained in:
parent
0250489730
commit
de8f8f87b6
2 changed files with 20 additions and 5 deletions
|
@ -46,6 +46,7 @@ public:
|
|||
int64_t BodyLength() const { return body_length; }
|
||||
int64_t HeaderLength() const { return header_length; }
|
||||
void SkipBody() { deliver_body = 0; }
|
||||
const string& FileID() const { return precomputed_file_id; }
|
||||
|
||||
protected:
|
||||
class UncompressedOutput;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue