aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlanfer <lanfer@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-11-12 16:11:33 +0000
committerlanfer <lanfer@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-11-12 16:11:33 +0000
commite99c324ec8dccbfab747c1e0ebc27ef1429531bb (patch)
treec331ba39a6ae5710aadc8730a8efbb0fd82919cb
parent2a662d5df8bfdcaffa0334589b811a6170832b6a (diff)
increasing maximal message size for http based communication
git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@136 1faa4e14-9dd3-4be0-9f0e-ffe519881164
-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 **********************