summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-06-17 21:49:02 +0100
committerJoe Carstairs <me@joeac.net>2026-06-17 21:49:02 +0100
commit5b927900ae0236a776322f6b7a2106b708e00014 (patch)
tree0c5c76aaef8b2eb739702cd2962907b44e638c10
parent5fcb2bcc832b7e7d30c34343237565789bca6d4e (diff)
increases pp max buffer size 64,000 chars
-rw-r--r--http/pp/pp.c2
1 files changed, 1 insertions, 1 deletions
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