Index: net/http/http_network_transaction.cc |
=================================================================== |
--- net/http/http_network_transaction.cc (revision 88995) |
+++ net/http/http_network_transaction.cc (working copy) |
@@ -937,6 +937,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 |