TestInABox / stackInAWSGI

Loading StackInABox into a WSGI for additional testing needs
Apache License 2.0
2 stars 1 forks source link

Check out what the status portion of the start_response() is suppose to be as a string #6

Closed BenjamenMeyer closed 8 years ago

BenjamenMeyer commented 8 years ago

As part of #1 everything works; but we need to ensure that it is correct and proven to work with uWSGI and gunicorn WSGI Servers. Presently, the status portion is just converted to a string - so no 500, instead '500'. Or should it be '500 Internal Server Error'? What happens to the body?, etc.

BenjamenMeyer commented 8 years ago

While working on PR #14 and implementing the Python wsgiref example, this was fixed. Status should be "".