implemented reliable gevent non-blocking writes

This commit is contained in:
Roberto De Ioris
2012-10-22 08:34:37 +02:00
parent c487fb0cf0
commit 29ce04adce
4 changed files with 124 additions and 11 deletions
+2
View File
@@ -186,6 +186,8 @@ struct uwsgi_python {
char *pyrun;
int start_response_nodelay;
void (*hook_write_string)(struct wsgi_request *, PyObject *);
char *programname;
};