aboutsummaryrefslogtreecommitdiff
path: root/src/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/http.c')
-rw-r--r--src/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.c b/src/http.c
index 60a0f00..7daa41a 100644
--- a/src/http.c
+++ b/src/http.c
@@ -57,7 +57,7 @@ static void DestroyArgument(httpArg *argument);
********************************************************************/
#define INITIAL_SIZE 16
-#define MAXMSG 2048
+#define MAXMSG 80480
/********************************************************************
********************* External Routines **********************