Difference between revisions of "HTTP BODY MAXLENGTH"

From Second Life Wiki
Jump to navigation Jump to search
m
(Move pipeline note to caveats section.)
(One intermediate revision by the same user not shown)
Line 3: Line 3:
|type=integer
|type=integer
|value=2
|value=2
|desc=Used with [[llHTTPRequest]] to set the maximum size the script will accept for an HTTP body. The largest value this can be set to depends upon the VM that is being used.
|desc=Used with [[llHTTPRequest]] to set the maximum size the script will accept'''*''' for an HTTP body. The largest value this can be set to depends upon the VM that is being used.
 
'''* See caveats'''
===[[Mono]]===
===[[Mono]]===
*Maximum: 16KiB
*Maximum: 16KiB
Line 12: Line 14:
{{LSL DefineRow||[[llHTTPRequest]]|}}
{{LSL DefineRow||[[llHTTPRequest]]|}}
|events
|events
|caveats=*'''*''' Only applies to the [[:Category:LSL HTTP#Understanding_LSL_HTTP_Communications | Outgoing]] HTTP pipeline.
|cat1=HTTP/Client
|cat1=HTTP/Client
|cat2
|cat2

Revision as of 14:29, 29 June 2022

Description

Constant: integer HTTP_BODY_MAXLENGTH = 2;

The integer constant HTTP_BODY_MAXLENGTH has the value 2

Used with llHTTPRequest to set the maximum size the script will accept* for an HTTP body. The largest value this can be set to depends upon the VM that is being used.

* See caveats

Mono

  • Maximum: 16KiB

LSO

  • Maximum: 4KiB

Caveats

  • * Only applies to the Outgoing HTTP pipeline.
All Issues ~ Search JIRA for related Bugs

Related Articles

Functions

•  llHTTPRequest

Deep Notes

History

Search JIRA for related Issues

Signature

integer HTTP_BODY_MAXLENGTH = 2;