diff --git a/src/proxy.c b/src/proxy.c index ad76100..b885458 100644 --- a/src/proxy.c +++ b/src/proxy.c @@ -131,7 +131,7 @@ char * proxy_stringtable[] = { NULL }; -#define LINESIZE 4096 +#define LINESIZE 8192 #define BUFSIZE (LINESIZE*2) #define FTPBUFSIZE 1536