SIGN IN SIGN UP
benoitc / gunicorn UNCLAIMED

gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.

0 0 16 Python

Remove unused AsyncRequest class

AsyncRequest was the legacy pull-based async HTTP parser, now replaced
by the push-based CallbackRequest/PythonProtocol. Remove the unused
code and associated tests.
B
Benoit Chesneau committed
da8bd4850ac0f2d0df215390dad88392eb538d74
Parent: b00f125