Searched refs:HTTP_CONNECTION_KEEP_ALIVE (Results 1 – 4 of 4) sorted by relevance
154 int types[] = { HTTP_CONNECTION_CLOSE, HTTP_CONNECTION_KEEP_ALIVE }, in lws_add_http_common_headers()207 wsi->http.conn_type == HTTP_CONNECTION_KEEP_ALIVE) in lws_add_http_common_headers()
47 HTTP_CONNECTION_KEEP_ALIVE enumerator
624 wsi->http.conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_client_interpret_server_handshake()782 if (wsi->http.conn_type == HTTP_CONNECTION_KEEP_ALIVE) in lws_client_interpret_server_handshake()
1461 conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_http_action()1471 conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_http_action()2361 if (wsi->http.conn_type != HTTP_CONNECTION_KEEP_ALIVE) { in lws_http_transaction_completed()