diff options
author | Loïc Hoguin <[email protected]> | 2018-11-21 10:47:31 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-11-21 10:47:31 +0100 |
commit | 6058800abb409dfc9074eecf7d594d109891c7e7 (patch) | |
tree | d605c07d29c9686f3da66766dcc1e18a02f15217 /test/old_http_SUITE.erl | |
parent | dc240adc1edf70d9d4aad101ae9d40acdacff3c2 (diff) | |
download | cowboy-6058800abb409dfc9074eecf7d594d109891c7e7.tar.gz cowboy-6058800abb409dfc9074eecf7d594d109891c7e7.tar.bz2 cowboy-6058800abb409dfc9074eecf7d594d109891c7e7.zip |
Move another test from the old HTTP test suite
Diffstat (limited to 'test/old_http_SUITE.erl')
-rw-r--r-- | test/old_http_SUITE.erl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/old_http_SUITE.erl b/test/old_http_SUITE.erl index 9eef4fd..8cd0939 100644 --- a/test/old_http_SUITE.erl +++ b/test/old_http_SUITE.erl @@ -415,13 +415,6 @@ rest_resource_etags_if_none_match(Config) -> {Ret, Type} end || {Status, ETag, Type} <- Tests]. -set_resp_overwrite(Config) -> - ConnPid = gun_open(Config), - Ref = gun:get(ConnPid, "/set_resp/overwrite"), - {response, nofin, 200, Headers} = gun:await(ConnPid, Ref), - {_, <<"DesireDrive/1.0">>} = lists:keyfind(<<"server">>, 1, Headers), - ok. - slowloris(Config) -> Client = raw_open(Config), try |