diff options
Diffstat (limited to 'httpresource.h')
-rwxr-xr-x | httpresource.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/httpresource.h b/httpresource.h index e170b4f..daa75a6 100755 --- a/httpresource.h +++ b/httpresource.h @@ -31,7 +31,10 @@ #include "log.h" #include "httpresource_base.h" -#define MAXLEN 32768 +//#define MAXLEN 65536 +//#define MAXLEN 524288 +//#define MAXLEN 1048576 +#define MAXLEN 3760000 using namespace std; |