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

Unified Diff: net/tools/quic/quic_server_session.cc

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
Index: net/tools/quic/quic_server_session.cc
diff --git a/net/tools/quic/quic_server_session.cc b/net/tools/quic/quic_server_session.cc
index 6e64da50c9057e0144af2b90b5ce77e86a00c394..f25ad92e1d2a5e9f838d35298fe93bc461e38949 100644
--- a/net/tools/quic/quic_server_session.cc
+++ b/net/tools/quic/quic_server_session.cc
@@ -80,10 +80,6 @@ void QuicServerSession::OnWriteBlocked() {
}
void QuicServerSession::OnCongestionWindowChange(QuicTime now) {
- if (connection()->version() <= QUIC_VERSION_21) {
- return;
- }
-
// Only send updates when the application has no data to write.
if (HasDataToWrite()) {
return;

Powered by Google App Engine
This is Rietveld 408576698