aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-18 18:46:36 +0200
committerLoïc Hoguin <[email protected]>2018-05-18 18:46:36 +0200
commit338b1ca3f75607d7bd579342074b11766b7873d3 (patch)
tree4f36281fecbfffd481b428d3f9b66bc645ea7a35 /test
parent5d1cf363587870db7bb2333456d4c9d1b6ad1c5f (diff)
downloadcowboy-338b1ca3f75607d7bd579342074b11766b7873d3.tar.gz
cowboy-338b1ca3f75607d7bd579342074b11766b7873d3.tar.bz2
cowboy-338b1ca3f75607d7bd579342074b11766b7873d3.zip
Remove two broken absolute URI tests from old_http_SUITE
Diffstat (limited to 'test')
-rw-r--r--test/old_http_SUITE.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/old_http_SUITE.erl b/test/old_http_SUITE.erl
index f3150eb..a1a23dd 100644
--- a/test/old_http_SUITE.erl
+++ b/test/old_http_SUITE.erl
@@ -127,13 +127,11 @@ check_raw_status(Config) ->
{200, ["GET / HTTP/1.0\r\nHost: localhost\r\n"
"Set-Cookie: ", HugeCookie, "\r\n\r\n"]},
{200, "\r\n\r\n\r\n\r\n\r\nGET / HTTP/1.1\r\nHost: localhost\r\n\r\n"},
- {200, "GET http://proxy/ HTTP/1.1\r\nHost: localhost\r\n\r\n"},
{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: localhost\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, "GET / HTTP/1.1\r\nHost: localhost:bad_port\r\n\r\n"},
{closed, Huge}
],