Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi_lifespan.c456 static const nxt_str_t startup_failed in nxt_py_asgi_lifespan_send() local
484 if (type_len == (Py_ssize_t) startup_failed.length in nxt_py_asgi_lifespan_send()
485 && memcmp(type_str, startup_failed.start, type_len) == 0) in nxt_py_asgi_lifespan_send()