Increase maximum request / header length limit

This commit is contained in:
z3APA3A 2015-02-17 16:09:13 +03:00
parent 17665e1f8e
commit 0a14a3bcdb

View File

@ -132,8 +132,8 @@ char * proxy_stringtable[] = {
NULL
};
#define BUFSIZE 4096
#define LINESIZE 2048
#define LINESIZE 4096
#define BUFSIZE (LINESIZE*2)
static void logurl(struct clientparam * param, char * buf, char * req, int ftp){
char *sb;