mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Reduce CT logs size in a couple test cases
This commit is contained in:
parent
d64ac25e92
commit
deb2ec3931
1 changed files with 2 additions and 1 deletions
|
@ -554,7 +554,8 @@ do_read_body_expect_100_continue(Path, Config) ->
|
|||
fin -> {ok, <<>>}
|
||||
end,
|
||||
gun:close(ConnPid),
|
||||
do_decode(RespHeaders, RespBody).
|
||||
do_decode(RespHeaders, RespBody),
|
||||
ok.
|
||||
|
||||
read_urlencoded_body(Config) ->
|
||||
doc("application/x-www-form-urlencoded request body."),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue