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

Issue 2077004: Reland my close on idle socket change. (Closed)

Created:
10 years, 7 months ago by willchan no longer on Chromium
Modified:
9 years, 7 months ago
Reviewers:
eroman
CC:
chromium-reviews
Base URL:
http://src.chromium.org/git/chromium.git
Visibility:
Public.

Description

Reland my close on idle socket change. This reverts 44402 which reverted r44150 (fix for r43882) and r43882 (original change). These changes were suspected for causing the infinite loop on the IO thread and also a crash. It turned out that the backup socket was the cause. These should be able to be safely relanded. There's one minor change from the original, due to merging in the weeks of changes in between. BUG=32817 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=47583

Patch Set 1 #

Total comments: 1

Patch Set 2 : Merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -45 lines) Patch
M net/socket/client_socket_pool_base.h View 1 4 chunks +16 lines, -5 lines 0 comments Download
M net/socket/client_socket_pool_base.cc View 1 6 chunks +54 lines, -23 lines 0 comments Download
M net/socket/client_socket_pool_base_unittest.cc View 1 11 chunks +101 lines, -16 lines 0 comments Download
M net/socket/tcp_client_socket_pool.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
willchan no longer on Chromium
http://codereview.chromium.org/2077004/diff/1/2 File net/socket/client_socket_pool_base.cc (right): http://codereview.chromium.org/2077004/diff/1/2#newcode516 net/socket/client_socket_pool_base.cc:516: if (idle_socket_count() > 0) { This is the new ...
10 years, 7 months ago (2010-05-16 05:52:25 UTC) #1
willchan no longer on Chromium
ping On 2010/05/16 05:52:25, willchan wrote: > http://codereview.chromium.org/2077004/diff/1/2 > File net/socket/client_socket_pool_base.cc (right): > > http://codereview.chromium.org/2077004/diff/1/2#newcode516 ...
10 years, 7 months ago (2010-05-18 00:48:06 UTC) #2
willchan no longer on Chromium
Er, not because I'm in any hurry. You just usually respond super quickly, so I'm ...
10 years, 7 months ago (2010-05-18 00:49:40 UTC) #3
eroman
rubber stamp LGTM
10 years, 7 months ago (2010-05-18 00:50:54 UTC) #4
eroman
10 years, 7 months ago (2010-05-18 00:51:56 UTC) #5
> Er, not because I'm in any hurry.  You just usually respond super quickly, so
> I'm assuming you probably just missed this.  If you're busy, this is low
> priority (I don't want to commit it in this dev channel week's release), so no
> hurry.

Yes I had missed this; thanks for the ping.

Powered by Google App Engine
This is Rietveld 408576698