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.
As part of #1 everything works; but we need to ensure that it is correct and proven to work with
uWSGI
andgunicorn
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.