From 41644bbfa92e93c45c17142d261d304d4bd51ef7 Mon Sep 17 00:00:00 2001 From: Jeff Kelley Date: Mon, 14 Mar 2016 11:42:28 +0100 Subject: Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mantis 7839. --- bin/OpenSimDefaults.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/OpenSimDefaults.ini') diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index f09d2a1..3cdd1a7 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini @@ -527,6 +527,12 @@ ; Password for cert ; cert_pass = "password" + ; Maximum bytes allowed for HTTP_BODY_MAXLENGTH. + ; By default, llHTTPRequest limits the response body to 2048 bytes. + ; This limit can be extended using HTTP_BODY_MAXLENGTH to a maximum + ; of HttpBodyMaxLenMAX bytes. + ; HttpBodyMaxLenMAX=16384 + ; Hostname to use in llRequestURL/llRequestSecureURL ; if not defined - default machine name is being used ; (on Windows this mean NETBIOS name - useably only inside local network) -- cgit v1.1