From 21c9c669719b864f6cc091125bc766183b43bd87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 23 Mar 2018 16:32:53 +0100 Subject: Merge the two separate receive loops in cowboy_websocket Also rename a bunch of functions to make the code easier to read. --- test/sys_SUITE.erl | 3 --- 1 file changed, 3 deletions(-) (limited to 'test') diff --git a/test/sys_SUITE.erl b/test/sys_SUITE.erl index 3850796..6a460bf 100644 --- a/test/sys_SUITE.erl +++ b/test/sys_SUITE.erl @@ -112,9 +112,6 @@ proc_lib_initial_call_tls(Config) -> %% so that it doesn't eat up system messages. It should only %% flush messages that are specific to cowboy_http. -%% @todo The cowboy_websocket module needs to have the functions -%% handler_loop and websocket_payload_loop merged into one. - bad_system_from_h1(Config) -> doc("h1: Sending a system message with a bad From value results in a process crash."), {ok, Socket} = gen_tcp:connect("localhost", config(clear_port, Config), [{active, false}]), -- cgit v1.2.3