Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/
Dprivate-lib-roles-http.h46 HTTP_CONNECTION_CLOSE, enumerator
Dheader.c182 int types[] = { HTTP_CONNECTION_CLOSE, HTTP_CONNECTION_KEEP_ALIVE }, in lws_add_http_common_headers()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c670 wsi->http.conn_type = HTTP_CONNECTION_CLOSE; in lws_client_interpret_server_handshake()
937 wsi->http.conn_type = HTTP_CONNECTION_CLOSE; in lws_client_interpret_server_handshake()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c1683 conn_type = HTTP_CONNECTION_CLOSE; in lws_http_action()
1694 conn_type = HTTP_CONNECTION_CLOSE; in lws_http_action()