From 2620d65fdef81dc88916a2b76764a3cf700a7cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 13 Mar 2016 11:18:27 +0100 Subject: Fix more HTTP/2 handshake test cases --- src/cowboy_req.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cowboy_req.erl') 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}; -- cgit v1.2.3