Chromium Code Reviews| Index: net/http/http_network_transaction.cc |
| =================================================================== |
| --- net/http/http_network_transaction.cc (revision 90217) |
| +++ net/http/http_network_transaction.cc (working copy) |
| @@ -940,6 +940,7 @@ |
| // Clean up connection if we are done. |
| if (done) { |
| LogTransactionMetrics(); |
| + stream_->LogNumRttVsBytesMetrics(); |
| stream_->Close(!keep_alive); |
| // Note: we don't reset the stream here. We've closed it, but we still |
| // need it around so that callers can call methods such as |