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

Unified Diff: net/quic/reliable_quic_stream.cc

Issue 1418963008: Deprecate --gfe2_reloadable_flag_quic_stop_checking_for_mismatch_ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106814823
Patch Set: Removed flag references from quic_flags Created 5 years, 1 month 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/quic_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/reliable_quic_stream.cc
diff --git a/net/quic/reliable_quic_stream.cc b/net/quic/reliable_quic_stream.cc
index f4e9a8a8ec34d08a1137ca840d61cd467738a265..a7279a6f2a6b983426ac518461d355708593ed36 100644
--- a/net/quic/reliable_quic_stream.cc
+++ b/net/quic/reliable_quic_stream.cc
@@ -100,11 +100,6 @@ void ReliableQuicStream::OnStreamFrame(const QuicStreamFrame& frame) {
}
}
- if (!FLAGS_quic_stop_checking_for_mismatch_ids && frame.stream_id != id_) {
- session_->connection()->SendConnectionClose(QUIC_INTERNAL_ERROR);
- return;
- }
-
if (frame.fin) {
fin_received_ = true;
if (fin_sent_) {
« no previous file with comments | « net/quic/quic_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698