Searched refs:send_body (Results 1 – 1 of 1) sorted by relevance
26 PyObject *send_body; member101 http->send_body = NULL; in nxt_py_asgi_http_create()425 http->send_body = body; in nxt_py_asgi_http_response_body()426 Py_INCREF(http->send_body); in nxt_py_asgi_http_response_body()568 body_str = PyBytes_AS_STRING(http->send_body) + http->send_body_off; in nxt_py_asgi_http_drain()569 body_len = PyBytes_GET_SIZE(http->send_body) - http->send_body_off; in nxt_py_asgi_http_drain()590 Py_CLEAR(http->send_body); in nxt_py_asgi_http_drain()