mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 10:46: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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user