Home
last modified time | relevance | path

Searched refs:switching_protocols (Results 1 – 2 of 2) sorted by relevance

/subsys/net/lib/http/
A Dhttp_server_ws.c36 static const char switching_protocols[] = in handle_http1_to_websocket_upgrade() local
66 ret = http_server_sendall(client, switching_protocols, in handle_http1_to_websocket_upgrade()
67 sizeof(switching_protocols) - 1); in handle_http1_to_websocket_upgrade()
A Dhttp_server_http2.c1038 static const char switching_protocols[] = in handle_http1_to_http2_upgrade() local
1075 ret = http_server_sendall(client, switching_protocols, in handle_http1_to_http2_upgrade()
1076 sizeof(switching_protocols) - 1); in handle_http1_to_http2_upgrade()

Completed in 8 milliseconds