-
Long story shortI'm trying to uploads small files (less than 120MiB) to my server written with aiohttp but when they are a little too bigs it doesn't work. Expected behaviourThe request should be handled. Actual behaviourThe server returns: Steps to reproduceClone my small server polymath: https://github.com/Th0rgal/Polymath/blob/master/server.py Your environmentMy server runs under nixos 19.09 (linux 5.4.6) and I get this error with any clients (windows, ubuntu, nixos, etc). Is there a way to change this limit server-sidely? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
https://aiohttp.readthedocs.io/en/stable/web_reference.html#aiohttp.web.Application |
Beta Was this translation helpful? Give feedback.
https://aiohttp.readthedocs.io/en/stable/web_reference.html#aiohttp.web.Application