From 9e2622becb4d1a37d410f484a14ef32101e560ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 27 Aug 2012 12:58:04 +0200 Subject: Rename cowboy_http_protocol to cowboy_protocol --- src/cowboy_http_static.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cowboy_http_static.erl') diff --git a/src/cowboy_http_static.erl b/src/cowboy_http_static.erl index 1513eea..d204e5a 100644 --- a/src/cowboy_http_static.erl +++ b/src/cowboy_http_static.erl @@ -173,7 +173,7 @@ -include("http.hrl"). -include_lib("kernel/include/file.hrl"). -%% cowboy_http_protocol callbacks +%% cowboy_protocol callbacks -export([init/3]). %% cowboy_http_rest callbacks -- cgit v1.2.3