diff options
author | asanka@chromium.org <asanka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 16:43:58 +0000 |
---|---|---|
committer | asanka@chromium.org <asanka@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-29 16:43:58 +0000 |
commit | d609f284ee4b5ff4bec43858d411c135ad951285 (patch) | |
tree | 349fc2943146581c2ebd797ab2e9e47205861570 /net/http/http_stream.h | |
parent | 52bb01d16fb6427ddad5c4656c704c4a376e8267 (diff) | |
download | chromium_src-d609f284ee4b5ff4bec43858d411c135ad951285.zip chromium_src-d609f284ee4b5ff4bec43858d411c135ad951285.tar.gz chromium_src-d609f284ee4b5ff4bec43858d411c135ad951285.tar.bz2 |
Revert 83524 - Re-connect if Keep-Alive connection has been closed by the time we get around to reusing it. BUG=none TEST=net_unittests --gtest_filter=HttpNetworkTransactionTest.BasicAuthKeepAliveImpatientServer:*.BasicAuthKeepAliveNoBody:*.BasicAuthKeepAliveLargeBody && unit_tests --gtest_filter=*TransportClientSocketTest.IsConnected*Review URL: http://codereview.chromium.org/6878055
TBR=asanka@chromium.org
Review URL: http://codereview.chromium.org/6880318
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@83530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http/http_stream.h')
-rw-r--r-- | net/http/http_stream.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/http/http_stream.h b/net/http/http_stream.h index fed64655..e262038 100644 --- a/net/http/http_stream.h +++ b/net/http/http_stream.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 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. // @@ -116,10 +116,6 @@ class HttpStream { virtual bool IsConnectionReused() const = 0; virtual void SetConnectionReused() = 0; - // Checks whether the current state of the underlying connection - // allows it to be reused. - virtual bool IsConnectionReusable() const = 0; - // Get the SSLInfo associated with this stream's connection. This should // only be called for streams over SSL sockets, otherwise the behavior is // undefined. |