improved websockets support

This commit is contained in:
Unbit
2013-02-16 13:13:04 +01:00
parent f4b8f3e49d
commit 0dd2a34e22
11 changed files with 163 additions and 69 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ PyObject *py_uwsgi_spit(PyObject * self, PyObject * args) {
PyObject *exc_info = NULL;
size_t i;
struct wsgi_request *wsgi_req = current_wsgi_req();
struct wsgi_request *wsgi_req = py_current_wsgi_req();
// avoid double sending of headers
if (wsgi_req->headers_sent) {