mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-24 02:55:40 +08:00
Increase maximum request / header length limit
This commit is contained in:
parent
17665e1f8e
commit
0a14a3bcdb
@ -132,8 +132,8 @@ char * proxy_stringtable[] = {
|
|||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
#define BUFSIZE 4096
|
#define LINESIZE 4096
|
||||||
#define LINESIZE 2048
|
#define BUFSIZE (LINESIZE*2)
|
||||||
|
|
||||||
static void logurl(struct clientparam * param, char * buf, char * req, int ftp){
|
static void logurl(struct clientparam * param, char * buf, char * req, int ftp){
|
||||||
char *sb;
|
char *sb;
|
||||||
|
Loading…
Reference in New Issue
Block a user