mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Remove another test from the old http suite
This commit is contained in:
parent
f6539a9a68
commit
d7761b5259
3 changed files with 11 additions and 8 deletions
|
@ -827,6 +827,11 @@ stream_reply3(Config) ->
|
|||
{500, _, _} = do_get("/resp/stream_reply3/error", Config),
|
||||
ok.
|
||||
|
||||
stream_body_multiple(Config) ->
|
||||
doc("Streamed body via multiple calls."),
|
||||
{200, _, <<"Hello world!">>} = do_get("/resp/stream_body/multiple", Config),
|
||||
ok.
|
||||
|
||||
stream_body_fin0(Config) ->
|
||||
doc("Streamed body with last chunk of size 0."),
|
||||
{200, _, <<"Hello world!">>} = do_get("/resp/stream_body/fin0", Config),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue