Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http.h18 NXT_HTTP_SWITCHING_PROTOCOLS = 101, enumerator
H A Dnxt_http_variables.c532 if (r->websocket_handshake && r->status == NXT_HTTP_SWITCHING_PROTOCOLS) { in nxt_http_var_response_connection()
H A Dnxt_h1proto.c1280 if (r->websocket_handshake && n == NXT_HTTP_SWITCHING_PROTOCOLS) { in nxt_h1p_request_header_send()
H A Dnxt_router.c4192 && r->status == NXT_HTTP_SWITCHING_PROTOCOLS) in nxt_router_response_ready_handler()