mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 21:51:30 +00:00
added exceptions counter
This commit is contained in:
@@ -378,12 +378,9 @@ PyObject *uwsgi_uwsgi_loader(void *arg1) {
|
||||
if (applications && PyDict_Check(applications)) return applications;
|
||||
|
||||
|
||||
uwsgi_log("QUICK CALLABLE = %s\n", quick_callable);
|
||||
applications = PyDict_GetItemString(wsgi_dict, "applications");
|
||||
if (applications && PyDict_Check(applications)) return applications;
|
||||
|
||||
uwsgi_log("QUICK CALLABLE = %s\n", quick_callable);
|
||||
|
||||
// quick callable -> thanks gunicorn for the idea
|
||||
// we have extended the concept a bit...
|
||||
if (quick_callable[strlen(quick_callable) -2 ] == '(' && quick_callable[strlen(quick_callable) -1] ==')') {
|
||||
|
||||
Reference in New Issue
Block a user