diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 16:23:35 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 16:23:35 +0000 |
commit | 78ed550dbdaa920b0f899b6fa8776492667957b6 (patch) | |
tree | f5597794a4f4acb32d5192188d38485588ba833d /net/net.gyp | |
parent | 14a0aacb411040d2a4f60dc27573f0f8b33bc1e6 (diff) | |
download | chromium_src-78ed550dbdaa920b0f899b6fa8776492667957b6.zip chromium_src-78ed550dbdaa920b0f899b6fa8776492667957b6.tar.gz chromium_src-78ed550dbdaa920b0f899b6fa8776492667957b6.tar.bz2 |
Reland 54771 (and 54795) To enable TCP Preconnection by default
I added defensive code in ClientSocketHandle::ReleaseSocket(),
which should preclude the crash that was reported on the
stability bot.
I added a second call to ReleaseSocket() from
~ClientSocketHandle to ensure that we updated the
related ClientSocket when we are torn down.
r=mbelshe
Review URL: http://codereview.chromium.org/3071022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55071 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index 64eb95a..b7f6245 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -459,6 +459,7 @@ 'proxy/proxy_service.h', 'proxy/sync_host_resolver_bridge.cc', 'proxy/sync_host_resolver_bridge.h', + 'socket/client_socket.cc', 'socket/client_socket.h', 'socket/client_socket_factory.cc', 'socket/client_socket_factory.h', |