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/OpenSim.ini.example | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bin/OpenSim.ini.example') diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f8c0506..840de6b 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example @@ -522,6 +522,12 @@ ; ; See http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing#CIDR_notation for more information on CIDR notation + ;# {HttpBodyMaxLenMAX} {} {Maximum bytes allowed for HTTP_BODY_MAXLENGTH} {} 16384 + ;; 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 + ;# {ExternalHostNameForLSL} {} {Hostname to use for HTTP-IN URLs. This should be reachable from the internet.} {} ;; Hostname to use in llRequestURL/llRequestSecureURL ;; if not defined - default machine name is being used -- cgit v1.1