On 9/14/16 9:58 AM, Chris wrote:
The vibe.d server rejects `XMLHttpRequest`s that are too long (in the
eyes of the server). In the docs it says

"maxRequestSize   ulong

Maximum number of transferred bytes per request after which the
connection is closed with [sic!]"

However, when you go to

http://vibed.org/api/vibe.http.server/HTTPServerSettings.maxRequestSize

it says

"Maximum number of transferred bytes per request after which the
connection is closed with an error; not supported yet"

"not supported yet" and I think it is not supported yet. Can I still
change the server settings so that it accepts longer query strings? Atm,
the server rejects strings that are > ~2,500 characters, which is not much.


Hm.. I have adjusted this in my project, and it works (set to 50M). Needed it for uploading large images.

Using version 0.7.29

-Steve

Reply via email to