| Index: net/quic/quic_packet_creator.cc
|
| diff --git a/net/quic/quic_packet_creator.cc b/net/quic/quic_packet_creator.cc
|
| index 2ac874742d9732b2afd5210e91b3d99e2ab9f756..419404e4b5ca86a65e6a0a33dc1508ed3a668f83 100644
|
| --- a/net/quic/quic_packet_creator.cc
|
| +++ b/net/quic/quic_packet_creator.cc
|
| @@ -421,6 +421,7 @@ bool QuicPacketCreator::ShouldRetransmit(const QuicFrame& frame) {
|
|
|
| bool QuicPacketCreator::AddFrame(const QuicFrame& frame,
|
| bool save_retransmittable_frames) {
|
| + DVLOG(1) << "Adding frame: " << frame;
|
| size_t frame_len = framer_->GetSerializedFrameLength(
|
| frame, BytesFree(), queued_frames_.empty(), true,
|
| options()->send_sequence_number_length);
|
|
|