Searched refs:HTTP_CONNECTION_KEEP_ALIVE (Results 1 – 4 of 4) sorted by relevance
182 int types[] = { HTTP_CONNECTION_CLOSE, HTTP_CONNECTION_KEEP_ALIVE }, in lws_add_http_common_headers()236 wsi->http.conn_type == HTTP_CONNECTION_KEEP_ALIVE) in lws_add_http_common_headers()
47 HTTP_CONNECTION_KEEP_ALIVE enumerator
658 wsi->http.conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_client_interpret_server_handshake()846 if (wsi->http.conn_type == HTTP_CONNECTION_KEEP_ALIVE) in lws_client_interpret_server_handshake()
1681 conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_http_action()1691 conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_http_action()2613 if (wsi->http.conn_type != HTTP_CONNECTION_KEEP_ALIVE) { in lws_http_transaction_completed()