added support for cache_get, cache_set and call to PSGI

This commit is contained in:
roberto@maverick64
2011-01-15 19:05:05 +01:00
parent 5d86ed46a3
commit 666c1fec75
6 changed files with 96 additions and 31 deletions
+4
View File
@@ -814,6 +814,10 @@ uint16_t uwsgi_python_rpc(void * func, uint8_t argc, char **argv, char *buffer)
}
}
if (PyErr_Occurred())
PyErr_Print();
return 0;
}