Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c458 static const nxt_str_t shutdown_complete in nxt_py_asgi_lifespan_send() local
491 if (type_len == (Py_ssize_t) shutdown_complete.length in nxt_py_asgi_lifespan_send()
492 && memcmp(type_str, shutdown_complete.start, type_len) == 0) in nxt_py_asgi_lifespan_send()