Searched refs:switching_protocols (Results 1 – 2 of 2) sorted by relevance
36 static const char switching_protocols[] = in handle_http1_to_websocket_upgrade() local66 ret = http_server_sendall(client, switching_protocols, in handle_http1_to_websocket_upgrade()67 sizeof(switching_protocols) - 1); in handle_http1_to_websocket_upgrade()
1038 static const char switching_protocols[] = in handle_http1_to_http2_upgrade() local1075 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