Searched refs:more_body (Results 1 – 1 of 1) sorted by relevance
230 SET_ITEM(msg, more_body, Py_True) in nxt_py_asgi_http_read_msg()361 PyObject *body, *more_body, *future; in nxt_py_asgi_http_response_body() local370 more_body = PyDict_GetItem(dict, nxt_py_more_body_str); in nxt_py_asgi_http_response_body()371 if (nxt_slow_path(more_body != NULL && !PyBool_Check(more_body))) { in nxt_py_asgi_http_response_body()390 (int) body_len, (more_body == Py_True) ); in nxt_py_asgi_http_response_body()445 (more_body == Py_True) ); in nxt_py_asgi_http_response_body()456 if (more_body == NULL || more_body == Py_False) { in nxt_py_asgi_http_response_body()