Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1678)

Unified Diff: net/socket/ssl_client_socket_snapstart_unittest.cc

Issue 4339001: Correctly handle SSL Client Authentication requests when connecting... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/socket/ssl_client_socket_snapstart_unittest.cc
===================================================================
--- net/socket/ssl_client_socket_snapstart_unittest.cc (revision 65819)
+++ net/socket/ssl_client_socket_snapstart_unittest.cc (working copy)
@@ -192,8 +192,9 @@
transport->AdoptSocket(client_);
scoped_ptr<SSLClientSocket> sock(
- socket_factory_->CreateSSLClientSocket(transport,
- "example.com", ssl_config_, new TestSSLHostInfo()));
+ socket_factory_->CreateSSLClientSocket(
+ transport, HostPortPair("example.com", 443), ssl_config_,
+ new TestSSLHostInfo()));
TestCompletionCallback callback;
int rv = sock->Connect(&callback);
Property changes on: net/socket/ssl_client_socket_snapstart_unittest.cc
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698