Searched refs:switching_protocols (Results 1 – 3 of 3) 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()
978 static const char switching_protocols[] = in handle_http1_to_http2_upgrade() local1015 ret = http_server_sendall(client, switching_protocols, in handle_http1_to_http2_upgrade()1016 sizeof(switching_protocols) - 1); in handle_http1_to_http2_upgrade()
564 static const char switching_protocols[] = in expect_http1_switching_protocols() local570 test_read_data(offset, sizeof(switching_protocols) - 1); in expect_http1_switching_protocols()571 zassert_mem_equal(buf, switching_protocols, sizeof(switching_protocols) - 1, in expect_http1_switching_protocols()573 test_consume_data(offset, sizeof(switching_protocols) - 1); in expect_http1_switching_protocols()