Index: net/quic/quic_crypto_stream.cc |
diff --git a/net/quic/quic_crypto_stream.cc b/net/quic/quic_crypto_stream.cc |
index bef06aa879eebb536fbbb4508378079030751b9f..6d9358d3cd4ff7938206cdde23f01d1e29899598 100644 |
--- a/net/quic/quic_crypto_stream.cc |
+++ b/net/quic/quic_crypto_stream.cc |
@@ -25,11 +25,6 @@ QuicCryptoStream::QuicCryptoStream(QuicSession* session) |
encryption_established_(false), |
handshake_confirmed_(false) { |
crypto_framer_.set_visitor(this); |
- if (version() < QUIC_VERSION_21) { |
- // Prior to QUIC_VERSION_21 the crypto stream is not subject to any flow |
- // control. |
- DisableFlowControl(); |
- } |
// The crypto stream is exempt from connection level flow control. |
DisableConnectionFlowControlForThisStream(); |
} |