Skip to content

Deprecate aiohttp.wsgi #1108

Closed
Closed
@asvetlov

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.

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions