From 585c1dcd001c2cb41cc77216aed2cf729fad6cc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 6 Sep 2019 15:36:41 +0200 Subject: Fix failing tests caused by DATA no longer being sent --- test/rfc7540_SUITE.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/rfc7540_SUITE.erl') diff --git a/test/rfc7540_SUITE.erl b/test/rfc7540_SUITE.erl index 507b75a..0db9dd0 100644 --- a/test/rfc7540_SUITE.erl +++ b/test/rfc7540_SUITE.erl @@ -79,8 +79,6 @@ lingering_data_counts_toward_connection_window(_) -> {ok, <>} = Transport:recv(Socket, 9, 1000), %% Skip the header. {ok, _} = gen_tcp:recv(Socket, SkipLen, 1000), - %% Skip the data. - {ok, <<_:24, 0:8, _:8, 1:32>>} = Transport:recv(Socket, 9, 1000), %% Step 3. %% Send a HEADERS frame. {HeadersBlock, _} = cow_hpack:encode([ -- cgit v1.2.3