vibe.d maxRequestSize

Steven Schveighoffer via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Thu Sep 15 06:26:48 PDT 2016


On 9/15/16 9:11 AM, Chris wrote:
> On Wednesday, 14 September 2016 at 20:23:09 UTC, Steven Schveighoffer
> wrote:
>
>>
>> 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
>
> It doesn't seem to make any difference in my case. I wonder what could
> be wrong

Seems to be in use:

https://github.com/rejectedsoftware/vibe.d/blob/master/source/vibe/http/server.d#L1832

-Steve


More information about the Digitalmars-d-learn mailing list