| Index: net/http/http_stream_parser.cc
|
| diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc
|
| index 0821c8486523661bb49b99d168e5a485fa1d3afb..9b787dae5f3511bc7147350e1b063244fe077e66 100644
|
| --- a/net/http/http_stream_parser.cc
|
| +++ b/net/http/http_stream_parser.cc
|
| @@ -904,7 +904,7 @@ bool HttpStreamParser::IsConnectionReused() const {
|
| }
|
|
|
| void HttpStreamParser::SetConnectionReused() {
|
| - connection_->set_is_reused(true);
|
| + connection_->set_reuse_type(ClientSocketHandle::REUSED_IDLE);
|
| }
|
|
|
| bool HttpStreamParser::IsConnectionReusable() const {
|
|
|