aboutsummaryrefslogtreecommitdiffstats
path: root/test/echo_protocol.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-08-14 12:29:36 +0200
committerLoïc Hoguin <[email protected]>2012-08-15 14:30:14 +0200
commitd8981b586223af4bffb813e1e76c172828b0810a (patch)
treedd4f99943f51af98756e26677ea74599d7122fc9 /test/echo_protocol.erl
parentbfa353f8e75e06363bea565cc50f8de52090ae95 (diff)
downloadranch-d8981b586223af4bffb813e1e76c172828b0810a.tar.gz
ranch-d8981b586223af4bffb813e1e76c172828b0810a.tar.bz2
ranch-d8981b586223af4bffb813e1e76c172828b0810a.zip
Add tests for {active, once} for both TCP and SSL
Diffstat (limited to 'test/echo_protocol.erl')
-rw-r--r--test/echo_protocol.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/echo_protocol.erl b/test/echo_protocol.erl
index 950cb06..6839239 100644
--- a/test/echo_protocol.erl
+++ b/test/echo_protocol.erl
@@ -1,5 +1,7 @@
-module(echo_protocol).
--export([start_link/4, init/4]).
+
+-export([start_link/4]).
+-export([init/4]).
start_link(ListenerPid, Socket, Transport, Opts) ->
Pid = spawn_link(?MODULE, init, [ListenerPid, Socket, Transport, Opts]),