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
According to PEP3333 (the Python 3 version of PEP333), the body of a WSGI application must be in bytes (e.g. b""). Therefore, the fake socket implementation (wsgi_fake_socket) as well as the environment maker (make_environ) must be changed to handle bytes rather than strings (str).
The text was updated successfully, but these errors were encountered:
According to PEP3333 (the Python 3 version of PEP333), the body of a WSGI application must be in bytes (e.g. b""). Therefore, the fake socket implementation (wsgi_fake_socket) as well as the environment maker (make_environ) must be changed to handle bytes rather than strings (str).
The text was updated successfully, but these errors were encountered: