From f6539a9a68a6eb2c3a23906282e1b7582249f9be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 19 Nov 2017 22:04:48 +0100 Subject: Move tests from old http suite to rfc7230 suite --- test/handlers/input_crash_h.erl | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test/handlers/input_crash_h.erl (limited to 'test/handlers') diff --git a/test/handlers/input_crash_h.erl b/test/handlers/input_crash_h.erl deleted file mode 100644 index 8cb7cbc..0000000 --- a/test/handlers/input_crash_h.erl +++ /dev/null @@ -1,10 +0,0 @@ -%% This module crashes on request input data -%% depending on the given option. - --module(input_crash_h). - --export([init/2]). - -init(Req, content_length) -> - ct_helper_error_h:ignore(erlang, binary_to_integer, 1), - cowboy_req:parse_header(<<"content-length">>, Req). -- cgit v1.2.3