mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in Mantis 7839.
This commit is contained in:
committed by
Melanie Thielker
parent
07b78a68fc
commit
41644bbfa9
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user