| Index: net/quic/core/quic_connection.cc
|
| diff --git a/net/quic/core/quic_connection.cc b/net/quic/core/quic_connection.cc
|
| index dadba8c67c7b3871d8b6459a9da4cd37c3b17408..50aa1d80ddd94d43ea323e42ec29e1b637ee9eb9 100644
|
| --- a/net/quic/core/quic_connection.cc
|
| +++ b/net/quic/core/quic_connection.cc
|
| @@ -1418,11 +1418,6 @@ void QuicConnection::WriteAndBundleAcksIfNotBlocked() {
|
| }
|
|
|
| bool QuicConnection::ProcessValidatedPacket(const QuicPacketHeader& header) {
|
| - if (header.fec_flag) {
|
| - // Drop any FEC packet.
|
| - return false;
|
| - }
|
| -
|
| if (perspective_ == Perspective::IS_SERVER &&
|
| IsInitializedIPEndPoint(self_address_) &&
|
| IsInitializedIPEndPoint(last_packet_destination_address_) &&
|
|
|