mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-07 14:11:46 +00:00
various fixes for sendfile() and rack plugin
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user