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/active_echo_protocol.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'test/active_echo_protocol.erl') diff --git a/test/active_echo_protocol.erl b/test/active_echo_protocol.erl index ac53d12..875bdd2 100644 --- a/test/active_echo_protocol.erl +++ b/test/active_echo_protocol.erl @@ -1,4 +1,5 @@ -module(active_echo_protocol). +-behaviour(ranch_protocol). -export([start_link/4]). -export([init/4]). -- cgit v1.2.3