aboutsummaryrefslogtreecommitdiffstats
path: root/test/http_SUITE_data/http_chunked.erl
diff options
context:
space:
mode:
Diffstat (limited to 'test/http_SUITE_data/http_chunked.erl')
-rw-r--r--test/http_SUITE_data/http_chunked.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/http_SUITE_data/http_chunked.erl b/test/http_SUITE_data/http_chunked.erl
index 447c0f6..7f0d749 100644
--- a/test/http_SUITE_data/http_chunked.erl
+++ b/test/http_SUITE_data/http_chunked.erl
@@ -8,7 +8,7 @@ init({_Transport, http}, Req, _Opts) ->
{ok, Req, undefined}.
handle(Req, State) ->
- {ok, Req2} = cowboy_req:chunked_reply(200, Req),
+ Req2 = cowboy_req:chunked_reply(200, Req),
timer:sleep(100),
cowboy_req:chunk("chunked_handler\r\n", Req2),
timer:sleep(100),