the uWSGI fastrouter

This commit is contained in:
roberto@maverick64
2011-02-02 16:38:51 +01:00
parent a07c79f7be
commit 937b2de41b
17 changed files with 1017 additions and 81 deletions
+1 -3
View File
@@ -577,9 +577,7 @@ void init_uwsgi_embedded_module() {
init_uwsgi_module_sharedarea(new_uwsgi_module);
}
if (uwsgi.cache_max_items > 0) {
init_uwsgi_module_cache(new_uwsgi_module);
}
init_uwsgi_module_cache(new_uwsgi_module);
}
#endif