added: support for output compression
git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@511 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
#include "error.h"
|
||||
#include "function.h"
|
||||
#include "thread.h"
|
||||
#include "compress.h"
|
||||
|
||||
|
||||
|
||||
@@ -128,6 +129,7 @@ struct Request
|
||||
Request();
|
||||
void Clear();
|
||||
|
||||
void Init();
|
||||
|
||||
bool IsParam(const char * s);
|
||||
|
||||
@@ -177,7 +179,7 @@ private:
|
||||
|
||||
void StandardLog();
|
||||
|
||||
|
||||
Compress compress;
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user