Request:
Since Mono will have 64KB of ram that we can use, I ask that the current limit of 2048 bytes that is the limit of the return value of an http request be raised to something usable like 8192 at least ( 19K ideal based on a single request return page of goole search ), normally when you want to put data on SL from the web, 2048 bytes just gets you the headers of the files, you don't even make it to <body> most of the time, and to be able to make something usefull without relaying on third parties, or online servers to pre-process data, if we could get in a good amount of bytes.
or if HTTP_BODY_MAXLENGTH becomes active EVEN BETTER ! =)
This is the function in question:
key llHTTPRequest(string url, list parameters, string body)
HTTP_BODY_MAXLENGTH 2048 (Setting HTTP_BODY_MAXLENGTH is not yet supported)