mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 20:51:29 +00:00
implemented reliable gevent non-blocking writes
This commit is contained in:
@@ -186,6 +186,8 @@ struct uwsgi_python {
|
||||
char *pyrun;
|
||||
int start_response_nodelay;
|
||||
|
||||
void (*hook_write_string)(struct wsgi_request *, PyObject *);
|
||||
|
||||
char *programname;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user