Closed
Description
Currently the module is not 100% compatible with WSGI standard, it works bad with big payload but introduces 'async.reader' and 'async.writer' fields in WSGI environment dictionary.
It's not documented also.
Should we support it at all?
I suggest adding explicit deprecation and removing wsgi mentions from documentation.
After 1.5 years of deprecation period we may drop the module at all.
If somebody want to support the module -- please do it outside of aiohttp project.