summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_framer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/quic/quic_framer.cc')
-rw-r--r--net/quic/quic_framer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/quic/quic_framer.cc b/net/quic/quic_framer.cc
index 5198171d6..0148783 100644
--- a/net/quic/quic_framer.cc
+++ b/net/quic/quic_framer.cc
@@ -89,7 +89,7 @@ bool QuicFramer::ConstructFragementDataPacket(
return RaiseError(QUIC_INVALID_FRAME_DATA);
}
}
-
+ DCHECK_EQ(len, writer.length());
*packet = new QuicPacket(writer.take(), len, true);
if (fec_builder_) {
fec_builder_->OnBuiltFecProtectedPayload(header,