mirror of
https://github.com/3proxy/3proxy.git
synced 2025-02-23 18:45:40 +08:00
Increased LINESIZE for huge GETs
Increased buffer size for too long HTTP headers lines to support some nasty cloud services
This commit is contained in:
parent
2d1720c15f
commit
99858826dc
@ -131,7 +131,7 @@ char * proxy_stringtable[] = {
|
||||
NULL
|
||||
};
|
||||
|
||||
#define LINESIZE 4096
|
||||
#define LINESIZE 8192
|
||||
#define BUFSIZE (LINESIZE*2)
|
||||
#define FTPBUFSIZE 1536
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user