Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mantis 7839.

This commit is contained in:
Jeff Kelley
2016-03-14 11:42:28 +01:00
committed by Melanie Thielker
parent 07b78a68fc
commit 41644bbfa9
3 changed files with 15 additions and 1 deletions

View File

@@ -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