various fixes for sendfile() and rack plugin

This commit is contained in:
roberto@sirius
2010-12-21 08:38:43 +01:00
parent 149cf74fe6
commit a054f2b968
6 changed files with 27 additions and 16 deletions
+1 -1
View File
@@ -366,7 +366,7 @@ PyObject *uwsgi_mount_loader(void *arg1) {
}
/* this is the dynamic loader, it loads app ireading nformation from a wsgi_request */
/* this is the dynamic loader, it loads app reading information from a wsgi_request */
PyObject *uwsgi_dyn_loader(void *arg1) {
PyObject *callable = NULL;