Home
last modified time | relevance | path

Searched refs:nxt_py_http_disconnect_str (Results 1 – 3 of 3) sorted by relevance

/unit/src/python/
H A Dnxt_python_asgi_str.c32 PyObject *nxt_py_http_disconnect_str; variable
88 { nxt_string("http.disconnect"), &nxt_py_http_disconnect_str },
H A Dnxt_python_asgi_str.h27 extern PyObject *nxt_py_http_disconnect_str;
H A Dnxt_python_asgi_http.c126 msg = nxt_py_asgi_new_msg(req, nxt_py_http_disconnect_str); in nxt_py_asgi_http_receive()
483 msg = nxt_py_asgi_new_msg(http->req, nxt_py_http_disconnect_str); in nxt_py_asgi_http_emit_disconnect()