mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Move the pipeline test to the rfc7230 suite
This commit is contained in:
parent
c4e43ec26a
commit
14173d5929
2 changed files with 21 additions and 14 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue