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:
Jon Siwek 2014-04-23 16:26:18 -05:00
parent 0250489730
commit de8f8f87b6
2 changed files with 20 additions and 5 deletions

View file

@ -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;