diff options
author | Loïc Hoguin <[email protected]> | 2017-11-19 22:04:48 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-11-19 22:04:48 +0100 |
commit | f6539a9a68a6eb2c3a23906282e1b7582249f9be (patch) | |
tree | 04d47c07d9dcaf1bd45942dc256e62ac624b8b52 /test/http_SUITE.erl | |
parent | 8be803cb07738d87cf24fbb041b7c0137c232988 (diff) | |
download | cowboy-f6539a9a68a6eb2c3a23906282e1b7582249f9be.tar.gz cowboy-f6539a9a68a6eb2c3a23906282e1b7582249f9be.tar.bz2 cowboy-f6539a9a68a6eb2c3a23906282e1b7582249f9be.zip |
Move tests from old http suite to rfc7230 suite
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r-- | test/http_SUITE.erl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl index a01bb5a..2b5219d 100644 --- a/test/http_SUITE.erl +++ b/test/http_SUITE.erl @@ -105,7 +105,6 @@ init_dispatch(Config) -> [{body, <<"A flameless dance does not equal a cycle">>}]}, {"/handler_errors", http_errors, []}, {"/echo/body", http_echo_body, []}, - {"/crash/content-length", input_crash_h, content_length}, {"/param_all", rest_param_all, []}, {"/bad_accept", rest_simple_resource, []}, {"/bad_content_type", rest_patch_resource, []}, @@ -181,7 +180,6 @@ The document has moved {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"}, - {400, ["POST /crash/content-length HTTP/1.1\r\nHost: localhost\r\nContent-Length: 5000,5000\r\n\r\n", Huge]}, {400, ResponsePacket}, {408, "GET / HTTP/1.1\r\n"}, {408, "GET / HTTP/1.1\r\nHost: localhost"}, |