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()
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()
576 static const char switching_protocols[] = in expect_http1_switching_protocols() local582 test_read_data(offset, sizeof(switching_protocols) - 1); in expect_http1_switching_protocols()583 zassert_mem_equal(buf, switching_protocols, sizeof(switching_protocols) - 1, in expect_http1_switching_protocols()585 test_consume_data(offset, sizeof(switching_protocols) - 1); in expect_http1_switching_protocols()