added a fallback for pthread robust mutexes

This commit is contained in:
roberto@precise64
2012-05-03 20:19:58 +02:00
parent e2dcdba5a7
commit 9a4e950480
2 changed files with 23 additions and 6 deletions
+1
View File
@@ -292,6 +292,7 @@ clear:
Py_XDECREF((PyObject *)wsgi_req->async_placeholder);
clear2:
// sent the headers if not already sent
if (!wsgi_req->headers_sent && wsgi_req->headers_hvec > 0) {
uwsgi_python_do_send_headers(wsgi_req);
}