From 9cafa5e675065993c117cd94cc903248f5c97991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 20 Aug 2012 13:00:55 +0200 Subject: Add the 'ranch_protocol' behaviour --- test/echo_protocol.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'test/echo_protocol.erl') diff --git a/test/echo_protocol.erl b/test/echo_protocol.erl index 6839239..54507d2 100644 --- a/test/echo_protocol.erl +++ b/test/echo_protocol.erl @@ -1,4 +1,5 @@ -module(echo_protocol). +-behaviour(ranch_protocol). -export([start_link/4]). -export([init/4]). -- cgit v1.2.3