aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-05-23 14:53:48 +0200
committerLoïc Hoguin <[email protected]>2012-05-23 14:53:48 +0200
commit0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac (patch)
tree83dd7b7d274a7a279eea6d7a4d3b76bc99923802 /test/http_SUITE.erl
parent1a1b01c7c4bbe9b87742c318b6a6e0bd54d5f59d (diff)
downloadcowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.tar.gz
cowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.tar.bz2
cowboy-0c2e2224e372f01e6cf51a8e12d4856edb4cb8ac.zip
Update version to 0.6.00.6.0
Also update the CHANGELOG and copyright years.
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r--test/http_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index 8464ca0..5e9bcf1 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -1,4 +1,4 @@
-%% Copyright (c) 2011, Loïc Hoguin <[email protected]>
+%% Copyright (c) 2011-2012, Loïc Hoguin <[email protected]>
%% Copyright (c) 2011, Anthony Ramine <[email protected]>
%%
%% Permission to use, copy, modify, and/or distribute this software for any
@@ -358,7 +358,7 @@ The document has moved
{400, "\n"},
{400, "Garbage\r\n\r\n"},
{400, "\r\n\r\n\r\n\r\n\r\n\r\n"},
- {400, "GET / HTTP/1.1\r\nHost: dev-extend.eu\r\n\r\n"},
+ {400, "GET / HTTP/1.1\r\nHost: ninenines.eu\r\n\r\n"},
{400, "GET http://proxy/ HTTP/1.1\r\n\r\n"},
{400, ResponsePacket},
{408, "GET / HTTP/1.1\r\n"},