request.post() should raise HTTPRequestEntityTooLarge same as request.read() #3087
Closed
Description
request.read()
aiohttp/aiohttp/web_request.py
Lines 526 to 528 in 0bc7d52
request.post()
aiohttp/aiohttp/web_request.py
Lines 583 to 585 in 0bc7d52
Seems inconsistent to me that the two methods behave differently. Request.post() should raise HTTPRequestEntityTooLarge too.
Or am I missing something?