Comment #17 on issue 13289 by [email protected]: Network connection /
transaction refactoring
http://code.google.com/p/chromium/issues/detail?id=13289
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=25032
------------------------------------------------------------------------
r25032 | [email protected] | 2009-09-01 07:54:21 -0700 (Tue, 01 Sep
2009) | 5 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/socket/client_socket_pool_base.cc?r1=25032&r2=25031
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/socket/client_socket_pool_base.h?r1=25032&r2=25031
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/socket/client_socket_pool_base_unittest.cc?r1=25032&r2=25031
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/socket/tcp_client_socket_pool.cc?r1=25032&r2=25031
M
http://src.chromium.org/viewvc/chrome/trunk/src/net/socket/tcp_client_socket_pool.h?r1=25032&r2=25031
Make GetLoadState virtual in ConnectJob().
This will be necessary for SSLClientSocketPool since the SSLConnectJob will
contain a ClientSocketHandle for the TCPClientSocketPool.
SSLConnectJob::GetLoadState() will forward to
ClientSocketHandle::GetLoadState() if the SSLConnectJob is waiting on
requesting a TCP socket.
BUG=http://crbug.com/13289.
Review URL: http://codereview.chromium.org/176024
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---