diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 20:31:53 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-22 20:31:53 +0000 |
commit | efaba4815ff6786082583393ad06f8c22ef11fa0 (patch) | |
tree | 368934ea021799b0b37d00bd60ecfb03888ae60a /net/socket/ssl_client_socket_nss.h | |
parent | 638e491687f71c691ab7551795f827c86fb98765 (diff) | |
download | chromium_src-efaba4815ff6786082583393ad06f8c22ef11fa0.zip chromium_src-efaba4815ff6786082583393ad06f8c22ef11fa0.tar.gz chromium_src-efaba4815ff6786082583393ad06f8c22ef11fa0.tar.bz2 |
Make TCP FastOpen work again.
In TCPClientSocketLibevent, this requires making IsConnected pretend the
socket is connected so that GetPeerAddress will succeed.
In SSLClientSocketNSS, revert the workaround because we don't need to
delay the GetPeerAddress call.
R=mbelshe@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7155014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@90090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/ssl_client_socket_nss.h')
-rw-r--r-- | net/socket/ssl_client_socket_nss.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/socket/ssl_client_socket_nss.h b/net/socket/ssl_client_socket_nss.h index c6fffc4..1c5d80e 100644 --- a/net/socket/ssl_client_socket_nss.h +++ b/net/socket/ssl_client_socket_nss.h @@ -226,9 +226,6 @@ class SSLClientSocketNSS : public SSLClientSocket { // that we found the prediction to be correct. bool predicted_cert_chain_correct_; - // True if the peer name has been initialized. - bool peername_initialized_; - // The time when we started waiting for DNSSEC records. base::Time dnssec_wait_start_time_; |