arkcompiler_toolchain/websocket
daiweihao 5877f1fbf5 Optimize test cases for WebSocket
The test case for WebSocket has already used different socket names to establish connections, without relying on the resource release of the previous case, so the sleep(3) at the end of the case has been removed.

Issue:https://gitee.com/openharmony/arkcompiler_toolchain/issues/IAMWM9

Signed-off-by: daiweihao <daiweihao1@huawei.com>
Change-Id: I30e29bd6b2a02e01473a5b42133bcc3d0ee14828
2024-08-30 10:15:50 +08:00
..
client Fix issues with data races and shutdown 2024-07-26 12:44:29 +03:00
server Fix issues with data races and shutdown 2024-07-26 12:44:29 +03:00
test Optimize test cases for WebSocket 2024-08-30 10:15:50 +08:00
BUILD.gn Merge branch 'master' of gitee.com:openharmony/arkcompiler_toolchain into master 2024-04-17 11:24:50 +08:00
define.h Refactor websockets implementation 2024-01-09 09:40:08 +03:00
frame_builder.cpp Add websocket_server to inner_kits 2024-02-26 08:37:05 +03:00
frame_builder.h Add websocket_server to inner_kits 2024-02-26 08:37:05 +03:00
handshake_helper.cpp Add websocket_server to inner_kits 2024-02-26 08:37:05 +03:00
handshake_helper.h Add websocket_server to inner_kits 2024-02-26 08:37:05 +03:00
http.cpp update websocket/http.cpp. 2024-05-04 13:53:47 +00:00
http.h Refactor websockets implementation 2024-01-09 09:40:08 +03:00
network.cpp Add websocket_server to inner_kits 2024-02-26 08:37:05 +03:00
network.h Refactor websockets implementation 2024-01-09 09:40:08 +03:00
string_utils.h Refactor websockets implementation 2024-01-09 09:40:08 +03:00
web_socket_frame.h Added missing <cstdint> 2024-06-13 19:01:53 +03:00
websocket_base.cpp Fix issues with data races and shutdown 2024-07-26 12:44:29 +03:00
websocket_base.h Fix issues with data races and shutdown 2024-07-26 12:44:29 +03:00