| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 4132cec8ba6fb5e9c4b44dfcb58eb0da8aeba2f3..3e54c4ebcf34d8ee9883ba457a1ac962a36c1ad5 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -703,7 +703,7 @@ bool QuicConnection::OnStreamFrame(const QuicStreamFrame& frame) {
|
| }
|
| visitor_->OnStreamFrame(frame);
|
| visitor_->PostProcessAfterData();
|
| - stats_.stream_bytes_received += frame.frame_length;
|
| + stats_.stream_bytes_received += frame.data_length;
|
| should_last_packet_instigate_acks_ = true;
|
| return connected_;
|
| }
|
|
|