Index: net/quic/quic_framer.cc |
diff --git a/net/quic/quic_framer.cc b/net/quic/quic_framer.cc |
index 9d15c3c5130a5d2a18ab3424579adc8bb823b195..0679f7f03db0daebc1484e3e0dbb51f289c6b37a 100644 |
--- a/net/quic/quic_framer.cc |
+++ b/net/quic/quic_framer.cc |
@@ -619,6 +619,7 @@ bool QuicFramer::ProcessRevivedPacket(QuicPacketHeader* header, |
bool QuicFramer::AppendPacketHeader(const QuicPacketHeader& header, |
QuicDataWriter* writer) { |
+ DVLOG(1) << "Header: " << header; |
Ryan Hamilton
2014/01/29 00:52:52
nit: "Appending header: "
ramant (doing other things)
2014/01/29 02:45:38
Done.
|
DCHECK(header.fec_group > 0 || header.is_in_fec_group == NOT_IN_FEC_GROUP); |
uint8 public_flags = 0; |
if (header.public_header.reset_flag) { |