Index: net/quic/quic_connection.cc |
diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc |
index 722d399d0103bd99c75ae5642cca9912a187380d..8ae91ef80abe8ab7f06e25ed9cd836055d192a2c 100644 |
--- a/net/quic/quic_connection.cc |
+++ b/net/quic/quic_connection.cc |
@@ -389,8 +389,7 @@ bool QuicConnection::OnPacketHeader(const QuicPacketHeader& header) { |
debug_visitor_->OnPacketHeader(header); |
} |
- if (header.fec_flag && framer_.version() <= QUIC_VERSION_14) { |
- DLOG(WARNING) << "Ignoring FEC packets for versions prior to 15."; |
+ if (header.fec_flag && framer_.version() == QUIC_VERSION_13) { |
return false; |
} |