From e99c324ec8dccbfab747c1e0ebc27ef1429531bb Mon Sep 17 00:00:00 2001 From: lanfer Date: Mon, 12 Nov 2001 16:11:33 +0000 Subject: 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 --- src/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ********************** -- cgit v1.2.3