aboutsummaryrefslogtreecommitdiffstats
path: root/test/handlers/ws_active_commands_h.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/handlers/ws_active_commands_h.erl')
-rw-r--r--test/handlers/ws_active_commands_h.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/handlers/ws_active_commands_h.erl b/test/handlers/ws_active_commands_h.erl
index 4cdb3b1..1c615e3 100644
--- a/test/handlers/ws_active_commands_h.erl
+++ b/test/handlers/ws_active_commands_h.erl
@@ -1,5 +1,5 @@
-%% This module takes commands from the x-commands header
-%% and returns them in the websocket_init/1 callback.
+%% This module starts with active mode disabled
+%% and enables it again once a timeout is triggered.
-module(ws_active_commands_h).
-behavior(cowboy_websocket).