diff --git a/http/pp/pp.c b/http/pp/pp.c index 340f430..be96596 100644 --- a/http/pp/pp.c +++ b/http/pp/pp.c @@ -42,7 +42,7 @@ strlcat(char *dst, const char *src, size_t dsize) } #endif /* !__APPLE__ */ -#define MAXSIZE 12000 +#define MAXSIZE 64000 #define MAXINDENTSIZE 80 #define MAXARGSIZE 20