mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Promote libz and libmagic to required dependencies.
This commit is contained in:
parent
151664bc26
commit
d750c3ba74
20 changed files with 26 additions and 114 deletions
|
@ -29,10 +29,8 @@ public:
|
|||
int expect_body);
|
||||
~HTTP_Entity()
|
||||
{
|
||||
#ifdef HAVE_LIBZ
|
||||
if ( zip )
|
||||
{ zip->Done(); delete zip; }
|
||||
#endif
|
||||
}
|
||||
|
||||
void EndOfData();
|
||||
|
@ -55,9 +53,7 @@ protected:
|
|||
int64_t header_length;
|
||||
int deliver_body;
|
||||
enum { IDENTITY, GZIP, COMPRESS, DEFLATE } encoding;
|
||||
#ifdef HAVE_LIBZ
|
||||
ZIP_Analyzer* zip;
|
||||
#endif
|
||||
|
||||
MIME_Entity* NewChildEntity() { return new HTTP_Entity(http_message, this, 1); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue