diff options
Diffstat (limited to 'net/http/http_stream_parser.cc')
-rw-r--r-- | net/http/http_stream_parser.cc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/http/http_stream_parser.cc b/net/http/http_stream_parser.cc index 0649bce..eb1ed35 100644 --- a/net/http/http_stream_parser.cc +++ b/net/http/http_stream_parser.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -700,10 +700,6 @@ void HttpStreamParser::SetConnectionReused() { connection_->set_is_reused(true); } -bool HttpStreamParser::IsConnectionReusable() const { - return connection_->socket() && connection_->socket()->IsConnectedAndIdle(); -} - void HttpStreamParser::GetSSLInfo(SSLInfo* ssl_info) { if (request_->url.SchemeIs("https") && connection_->socket()) { SSLClientSocket* ssl_socket = |