aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_req.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-03-13 11:18:27 +0100
committerLoïc Hoguin <[email protected]>2016-03-13 11:26:26 +0100
commit2620d65fdef81dc88916a2b76764a3cf700a7cc1 (patch)
treef4b590ff51e0aa9b0cea641481d16d0e0df31604 /src/cowboy_req.erl
parent4e6a4ee53f8453c900c5439100a249ebb278deda (diff)
downloadcowboy-2620d65fdef81dc88916a2b76764a3cf700a7cc1.tar.gz
cowboy-2620d65fdef81dc88916a2b76764a3cf700a7cc1.tar.bz2
cowboy-2620d65fdef81dc88916a2b76764a3cf700a7cc1.zip
Fix more HTTP/2 handshake test cases
Diffstat (limited to 'src/cowboy_req.erl')
-rw-r--r--src/cowboy_req.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cowboy_req.erl b/src/cowboy_req.erl
index 998c2fe..8fa9927 100644
--- a/src/cowboy_req.erl
+++ b/src/cowboy_req.erl
@@ -384,7 +384,6 @@ read_body(Req=#{pid := Pid, streamid := StreamID}, Opts) ->
end,
Ref = make_ref(),
Pid ! {{Pid, StreamID}, {read_body, Ref, Length}},
-% io:format("READ_BODY ~p ~p ~p ~p~n", [Pid, StreamID, Ref, Length]),
receive
{request_body, Ref, nofin, Body} ->
{more, Body, Req};