lpereira / lwan

Experimental, scalable, high performance HTTP server
https://lwan.ws
GNU General Public License v2.0
5.94k stars 548 forks source link

set POST request limitation above 64kb #339

Closed kiwionly closed 2 years ago

kiwionly commented 2 years ago

Hello,

I am using lwan to program a webserver, everything look good except when I try send a POST request to server with file large then 64kb, I get HTTP Status 413 Request too large.

Is that any way to configure the POST limitation ? ( I search around doc and find no luck)

kiwionly commented 2 years ago

Seem like I had miss out the doc for POST limitation, indeed that is in the doc, that is indeed a configuration max_post_data_size for set.