Closed
Description
There is a very old tech debt in aiohttp: the library uses blocking synchronous calls to work with files.
It should be fixed by replacement such direct calls by loop.run_in_executor().
Affected parts:
-
web_fileresponse.py -
payload.py
Splitting the task into two pull requests makes sense in term of easier review.
The issue is pretty easy and straightforward, it waits for a champion.