--stop and --reload, open by fifo and fd

This commit is contained in:
roberto@debian32
2011-08-30 10:51:50 +02:00
parent 59314d692f
commit cbdeb4caad
9 changed files with 72 additions and 23 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ zipimporter_init(struct _symzipimporter *self, PyObject *args, PyObject *kwds)
// avoid GC !!!
name = uwsgi_concat2(name, "");
if (!uwsgi_startswith(name, "http://", 7) || !uwsgi_startswith(name, "data://", 7) || !uwsgi_startswith(name, "sym://", 6) ) {
if (uwsgi_check_scheme(name)) {
prefix = uwsgi_get_last_char(name, '/');
prefix = uwsgi_get_last_char(prefix, ':');
}