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

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