You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Delete WSGIHandler, WSGIRequest, and the plain.wsgi entry point.
Remove dead WSGI helpers (base_environ, default_environ, create,
WSGIErrorsWrapper, headers_to_wsgi_environ, unquote_to_wsgi_str).
Rename server/http/wsgi.py to server/http/response.py. Server now
loads BaseHandler directly.
0 commit comments