aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-23 18:50:07 +0100
committerLoïc Hoguin <[email protected]>2017-11-23 18:50:07 +0100
commit14173d592999bb0478d8e2a7d7334800ee26057c (patch)
treec94c2b2098521f7e79e295a759fc1c0a690e46f0 /test/http_SUITE.erl
parentc4e43ec26ad5193b9665f159d294d133a2d34a85 (diff)
downloadcowboy-14173d592999bb0478d8e2a7d7334800ee26057c.tar.gz
cowboy-14173d592999bb0478d8e2a7d7334800ee26057c.tar.bz2
cowboy-14173d592999bb0478d8e2a7d7334800ee26057c.zip
Move the pipeline test to the rfc7230 suite
Diffstat (limited to 'test/http_SUITE.erl')
-rw-r--r--test/http_SUITE.erl6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index 33e7183..4370ab2 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -377,12 +377,6 @@ parse_host(Config) ->
end || {Host, Body} <- Tests],
ok.
-pipeline(Config) ->
- ConnPid = gun_open(Config),
- Refs = [gun:get(ConnPid, "/") || _ <- lists:seq(1, 5)],
- _ = [{response, nofin, 200, _} = gun:await(ConnPid, Ref) || Ref <- Refs],
- ok.
-
rest_param_all(Config) ->
ConnPid = gun_open(Config),
%% Accept without param.