From 7ff2a62585258e65830e80d5ac0abb75b9c1cf0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 22 Dec 2012 16:45:04 +0100 Subject: Make sure an incorrect port returns a 400 error --- test/http_SUITE.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'test/http_SUITE.erl') diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index dfb9496..c90e585 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -366,6 +366,7 @@ The document has moved {400, "\r\n\r\n\r\n\r\n\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"}, {505, ResponsePacket}, {408, "GET / HTTP/1.1\r\n"}, {408, "GET / HTTP/1.1\r\nHost: localhost"}, -- cgit v1.2.3