Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_variables.c518 nxt_bool_t http11; in nxt_http_var_response_connection() local
537 http11 = nxt_h1p_is_http11(h1p); in nxt_http_var_response_connection()
539 if (http11 ^ h1p->keepalive) { in nxt_http_var_response_connection()
H A Dnxt_http_parse.c167 static const nxt_http_ver_t http11 = { "HTTP/1.1" }; in nxt_http_parse_request_line() local
411 if (nxt_fast_path(ver.ui64 == http11.ui64 in nxt_http_parse_request_line()
H A Dnxt_h1proto.c1216 nxt_bool_t http11; in nxt_h1p_request_header_send() local
1287 http11 = nxt_h1p_is_http11(h1p); in nxt_h1p_request_header_send()
1291 if (http11) { in nxt_h1p_request_header_send()
1308 if (http11 ^ h1p->keepalive) { in nxt_h1p_request_header_send()