Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(882)

Unified Diff: net/quic/core/quic_spdy_stream_test.cc

Issue 2338713003: Deprecate FLAGS_quic_close_stream_after_writing_queued_data (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_spdy_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_spdy_stream_test.cc
diff --git a/net/quic/core/quic_spdy_stream_test.cc b/net/quic/core/quic_spdy_stream_test.cc
index 97a193253293e09b48a76207bb6cdf2f1d743e59..af6dca33196ffde3d1056423dc0e7f8342ccf6ff 100644
--- a/net/quic/core/quic_spdy_stream_test.cc
+++ b/net/quic/core/quic_spdy_stream_test.cc
@@ -971,9 +971,6 @@ TEST_P(QuicSpdyStreamTest, WritingTrailersWithQueuedBytes) {
EXPECT_FALSE(stream_->write_side_closed());
}
- if (!FLAGS_quic_close_stream_after_writing_queued_data) {
- return;
- }
// Writing the queued bytes will close the write side of the stream.
EXPECT_CALL(*session_, WritevData(_, _, _, _, _, _))
.WillOnce(Return(QuicConsumedData(1, false)));
« no previous file with comments | « net/quic/core/quic_spdy_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698