Skip to content

Commit

Permalink
fix session test
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Zhang <[email protected]>
  • Loading branch information
danzh1989 committed Sep 6, 2019
1 parent 548f8f5 commit b218f5a
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,6 @@ TEST_P(EnvoyQuicServerSessionTest, OnResetFrame) {
EXPECT_CALL(stream_callbacks,
onResetStream(Http::StreamResetReason::RemoteRefusedStreamReset, _));
stream2->OnStreamReset(rst2);

quic::QuicStream* stream3 = envoy_quic_session_.GetOrCreateStream(stream_id + 8u);
quic::QuicRstStreamFrame rst3(/*control_frame_id=*/1u, stream3->id(),
quic::QUIC_STREAM_CONNECTION_ERROR, /*bytes_written=*/0u);
EXPECT_CALL(stream_callbacks, onResetStream(Http::StreamResetReason::ConnectionFailure, _));
stream3->OnStreamReset(rst3);
}

TEST_P(EnvoyQuicServerSessionTest, ConnectionClose) {
Expand Down

0 comments on commit b218f5a

Please sign in to comment.