Searched refs:conn_type (Results 1 – 4 of 4) sorted by relevance
624 wsi->http.conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_client_interpret_server_handshake()636 wsi->http.conn_type = HTTP_CONNECTION_CLOSE; in lws_client_interpret_server_handshake()782 if (wsi->http.conn_type == HTTP_CONNECTION_KEEP_ALIVE) in lws_client_interpret_server_handshake()874 wsi->http.conn_type = HTTP_CONNECTION_CLOSE; in lws_client_interpret_server_handshake()
207 wsi->http.conn_type == HTTP_CONNECTION_KEEP_ALIVE) in lws_add_http_common_headers()218 wsi->http.conn_type = types[t]; in lws_add_http_common_headers()
259 enum http_conn_type conn_type; member
1382 enum http_conn_type conn_type; in lws_http_action() local1461 conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_http_action()1463 conn_type = HTTP_CONNECTION_CLOSE; in lws_http_action()1471 conn_type = HTTP_CONNECTION_KEEP_ALIVE; in lws_http_action()1474 conn_type = HTTP_CONNECTION_CLOSE; in lws_http_action()1476 wsi->http.conn_type = conn_type; in lws_http_action()2361 if (wsi->http.conn_type != HTTP_CONNECTION_KEEP_ALIVE) { in lws_http_transaction_completed()