Home
last modified time | relevance | path

Searched refs:keepalive (Results 1 – 4 of 4) sorted by path

/unit/src/
H A Dnxt_h1proto.c641 h1p->keepalive = 0; in nxt_h1p_conn_request_header_parse()
759 r->proto.h1->keepalive = 0; in nxt_h1p_connection()
764 r->proto.h1->keepalive = 1; in nxt_h1p_connection()
1004 h1p->keepalive = 0; in nxt_h1p_request_body_read()
1282 h1p->keepalive = 0; in nxt_h1p_request_header_send()
1304 h1p->keepalive = 0; in nxt_h1p_request_header_send()
1309 conn = h1p->keepalive; in nxt_h1p_request_header_send()
1579 h1p->keepalive = 0; in nxt_h1p_request_discard()
1642 h1p->keepalive = 0; in nxt_h1p_conn_request_timeout()
1687 h1p->keepalive = 0; in nxt_h1p_request_error()
[all …]
H A Dnxt_h1proto.h27 uint8_t keepalive; /* 1 bit */ member
H A Dnxt_h1proto_websocket.c453 h1p->keepalive = 0; in nxt_h1p_conn_ws_error()
516 h1p->keepalive = 0; in nxt_h1p_conn_ws_timeout()
H A Dnxt_http_variables.c538 if (http11 ^ h1p->keepalive) { in nxt_http_var_response_connection()
539 conn = h1p->keepalive; in nxt_http_var_response_connection()