| Index: net/quic/quic_packet_generator.cc
|
| diff --git a/net/quic/quic_packet_generator.cc b/net/quic/quic_packet_generator.cc
|
| index d5d272f1adb7ae3c522ef2c98fcc7de3ae27ddd2..094355ffd7ded6260c6af079a7ffe3f40f062ddd 100644
|
| --- a/net/quic/quic_packet_generator.cc
|
| +++ b/net/quic/quic_packet_generator.cc
|
| @@ -151,11 +151,6 @@ QuicConsumedData QuicPacketGenerator::ConsumeData(
|
| // We're done writing the data. Exit the loop.
|
| // We don't make this a precondition because we could have 0 bytes of data
|
| // if we're simply writing a fin.
|
| - if (fec_protection == MUST_FEC_PROTECT) {
|
| - // Turn off FEC protection when we're done writing protected data.
|
| - DVLOG(1) << "Turning FEC protection OFF";
|
| - packet_creator_.set_should_fec_protect_next_packet(false);
|
| - }
|
| break;
|
| }
|
| }
|
|
|