Chromium Code Reviews| Index: net/quic/quic_client_session.cc |
| diff --git a/net/quic/quic_client_session.cc b/net/quic/quic_client_session.cc |
| index ef8bc202f1ca5caa3197306a9210d5fd406d3149..32d91bb12d8d88f0c4fe3b17fa03d8e9deef5f01 100644 |
| --- a/net/quic/quic_client_session.cc |
| +++ b/net/quic/quic_client_session.cc |
| @@ -761,6 +761,7 @@ void QuicClientSession::StartReading() { |
| read_buffer_->size(), |
| base::Bind(&QuicClientSession::OnReadComplete, |
| weak_factory_.GetWeakPtr())); |
| + UMA_HISTOGRAM_BOOLEAN("Net.QuicSession.AyncRead", rv == ERR_IO_PENDING); |
|
ramant (doing other things)
2014/12/05 20:05:24
nit: AyncRead -> AsyncRead
Ryan Hamilton
2014/12/05 20:23:09
Done.
|
| if (rv == ERR_IO_PENDING) { |
| num_packets_read_ = 0; |
| return; |