added support for automatic status codes

This commit is contained in:
Roberto De Ioris
2013-01-20 17:29:03 +01:00
parent 215e514385
commit 9f55579b87
10 changed files with 93 additions and 100 deletions
-3
View File
@@ -5,9 +5,6 @@ extern struct uwsgi_python up;
extern PyTypeObject uwsgi_InputType;
extern struct http_status_codes hsc[];
void *uwsgi_request_subhandler_pump(struct wsgi_request *wsgi_req, struct uwsgi_app *wi) {
PyObject *zero;