mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-03 20:21:41 +00:00
improved websockets support
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user