Home
last modified time | relevance | path

Searched refs:HTTP_CONNECTION_KEEP_ALIVE (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/roles/http/
Dheader.c182 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()
Dprivate-lib-roles-http.h47 HTTP_CONNECTION_KEEP_ALIVE enumerator
/external/libwebsockets/lib/roles/http/client/
Dclient-http.c658 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()
/external/libwebsockets/lib/roles/http/server/
Dserver.c1681 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()