better implementation of start_response()

This commit is contained in:
roberto@precise64
2012-05-02 09:30:37 +02:00
parent 5ccf2254eb
commit c39cf848de
6 changed files with 96 additions and 36 deletions
+2
View File
@@ -178,6 +178,7 @@ struct uwsgi_python {
PyObject *after_req_hook_args;
char *pyrun;
int start_response_nodelay;
};
@@ -266,6 +267,7 @@ char *uwsgi_pythonize(char *);
void *uwsgi_python_autoreloader_thread(void *);
int uwsgi_python_manage_exceptions(void);
int uwsgi_python_do_send_headers(struct wsgi_request *);
#ifdef UWSGI_PYPY
#undef UWSGI_MINTERPRETERS