various test for trying to allow pre-connected requests

This commit is contained in:
roberto@sirius
2010-12-11 20:08:23 +01:00
parent 96700a49e3
commit 245ab6d815
12 changed files with 320 additions and 16 deletions
+2
View File
@@ -27,6 +27,8 @@ PyObject *python_call(PyObject *callable, PyObject *args, int catch) {
}
#endif
uwsgi_log("python called\n");
return pyret;
}