commit | c5949a3000ca3d6a7bd3a400ebd89206835a740a | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Oct 08 17:28:23 2008 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Oct 08 17:28:23 2008 |
tree | 19e5d48d1eab7fdeff3a9f443eead80bd17edb00 | |
parent | db8d02d65496004718bcd0416fcb35326eb08cd5 [diff] [blame] |
Handle TLS-intolerant servers by retrying with TLS 1.0 turned off. R=darin BUG=3001 Review URL: http://codereview.chromium.org/5617 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3017 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc index 8cfe348..b0d19643 100644 --- a/net/http/http_network_transaction_unittest.cc +++ b/net/http/http_network_transaction_unittest.cc
@@ -158,7 +158,8 @@ } virtual net::ClientSocket* CreateSSLClientSocket( net::ClientSocket* transport_socket, - const std::string& hostname) { + const std::string& hostname, + int protocol_version_mask) { return NULL; } };