Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
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()
Dhttp_server_http2.c978 static const char switching_protocols[] = in handle_http1_to_http2_upgrade() local
1015 ret = http_server_sendall(client, switching_protocols, in handle_http1_to_http2_upgrade()
1016 sizeof(switching_protocols) - 1); in handle_http1_to_http2_upgrade()
/Zephyr-latest/tests/net/lib/http_server/core/src/
Dmain.c564 static const char switching_protocols[] = in expect_http1_switching_protocols() local
570 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()