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 --- test/http_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/http_SUITE.erl') diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index 3be0735..a83da34 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -489,7 +489,7 @@ http10_hostless(Config) -> Name = list_to_atom("http10_hostless_" ++ integer_to_list(Port10)), ranch:start_listener(Name, 5, ?config(transport, Config), ?config(opts, Config) ++ [{port, Port10}], - cowboy_http_protocol, [ + cowboy_protocol, [ {dispatch, [{'_', [ {[<<"http1.0">>, <<"hostless">>], http_handler, []}]}]}, {max_keepalive, 50}, -- cgit v1.2.3