aboutsummaryrefslogtreecommitdiffstats
path: root/test/sys_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-03-23 16:32:53 +0100
committerLoïc Hoguin <[email protected]>2018-03-23 16:32:53 +0100
commit21c9c669719b864f6cc091125bc766183b43bd87 (patch)
treec2ef4ae384e743f6ddfbbee85da1ad851fd95f20 /test/sys_SUITE.erl
parent31092b546c8995fcfe0fa07d4e9741ad42665747 (diff)
downloadcowboy-21c9c669719b864f6cc091125bc766183b43bd87.tar.gz
cowboy-21c9c669719b864f6cc091125bc766183b43bd87.tar.bz2
cowboy-21c9c669719b864f6cc091125bc766183b43bd87.zip
Merge the two separate receive loops in cowboy_websocket
Also rename a bunch of functions to make the code easier to read.
Diffstat (limited to 'test/sys_SUITE.erl')
-rw-r--r--test/sys_SUITE.erl3
1 files changed, 0 insertions, 3 deletions
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}]),