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