Searched refs:nxt_py_asgi_close_handler (Results 1 – 1 of 1) sorted by relevance
28 static void nxt_py_asgi_close_handler(nxt_unit_request_info_t *req);189 init->callbacks.close_handler = nxt_py_asgi_close_handler; in nxt_python_asgi_init()562 nxt_py_asgi_close_handler(nxt_unit_request_info_t *req) in nxt_py_asgi_close_handler() function