Index: net/http/http_pipelined_connection_impl.cc |
diff --git a/net/http/http_pipelined_connection_impl.cc b/net/http/http_pipelined_connection_impl.cc |
index 2ee9c2944dd0ea75556ee184f27f500cbb06e3fa..ebd73f24ab7fcf8119c3e7db3b6f47cee2636ad2 100644 |
--- a/net/http/http_pipelined_connection_impl.cc |
+++ b/net/http/http_pipelined_connection_impl.cc |
@@ -650,7 +650,7 @@ bool HttpPipelinedConnectionImpl::IsConnectionReused(int pipeline_id) const { |
void HttpPipelinedConnectionImpl::SetConnectionReused(int pipeline_id) { |
CHECK(ContainsKey(stream_info_map_, pipeline_id)); |
- connection_->set_is_reused(true); |
+ connection_->set_reuse_type(ClientSocketHandle::REUSED_IDLE); |
} |
int64 HttpPipelinedConnectionImpl::GetTotalReceivedBytes( |