HTTP BODY MAXLENGTH

From Second Life Wiki
Jump to navigation Jump to search

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.

KBtip2.png Tip: When you only need to request a small amount of data from a remote source, consider using the Content-Range header instead.

* See caveats

Mono

  • Maximum: 16KiB

LSO

  • Maximum: 4KiB

Caveats

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;