aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-08-27 12:58:04 +0200
committerLoïc Hoguin <[email protected]>2012-08-27 12:58:04 +0200
commit9e2622becb4d1a37d410f484a14ef32101e560ab (patch)
tree2381504b9be77b6f5b36595001afcd71cd9ca7cb /test/http_SUITE.erl
parentcc2e084d456c99b3d71f09c08f516195b6015dae (diff)
downloadcowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.tar.gz
cowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.tar.bz2
cowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.zip
Rename cowboy_http_protocol to cowboy_protocol
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r--test/http_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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},