mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-01 11:15:57 +00:00
better implementation of start_response()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user