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

Issue 515653003: Set the internal listen socket only when it opens to socket successfully. (Closed)

Created:
6 years, 3 months ago by byungchul
Modified:
6 years, 3 months ago
Reviewers:
mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Set the internal listen socket only when it opens to socket successfully. Android devtools tries open socket twice on same UnixDomainServerSocket instance. Instead of destroying UnixDomainServerSocket instance, not assigning internal listen socket on socket open error is cheaper and makes more sense. BUG=408224 Committed: https://crrev.com/14ac2486c0eba1266d2da1c52e8759d9c784fe80 Cr-Commit-Position: refs/heads/master@{#292260}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : Added a unittest listening again after failure. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -4 lines) Patch
M net/socket/unix_domain_server_socket_posix.cc View 1 2 chunks +10 lines, -4 lines 0 comments Download
M net/socket/unix_domain_server_socket_posix_unittest.cc View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
byungchul
byungchul@chromium.org changed reviewers: + mmenke@chromium.org
6 years, 3 months ago (2014-08-27 21:12:38 UTC) #1
byungchul
Please review. This bug crashes debug build clank.
6 years, 3 months ago (2014-08-27 21:13:17 UTC) #2
mmenke
On 2014/08/27 21:13:17, byungchul wrote: > Please review. This bug crashes debug build clank. Trying ...
6 years, 3 months ago (2014-08-27 21:24:26 UTC) #3
byungchul
On 2014/08/27 21:24:26, mmenke wrote: > On 2014/08/27 21:13:17, byungchul wrote: > > Please review. ...
6 years, 3 months ago (2014-08-27 21:34:12 UTC) #4
byungchul
On 2014/08/27 21:34:12, byungchul wrote: > On 2014/08/27 21:24:26, mmenke wrote: > > On 2014/08/27 ...
6 years, 3 months ago (2014-08-27 21:38:27 UTC) #5
mmenke
On 2014/08/27 21:38:27, byungchul wrote: > On 2014/08/27 21:34:12, byungchul wrote: > > On 2014/08/27 ...
6 years, 3 months ago (2014-08-27 21:43:59 UTC) #6
byungchul
On 2014/08/27 21:43:59, mmenke wrote: > On 2014/08/27 21:38:27, byungchul wrote: > > On 2014/08/27 ...
6 years, 3 months ago (2014-08-27 21:54:01 UTC) #7
mmenke
On 2014/08/27 21:54:01, byungchul wrote: > On 2014/08/27 21:43:59, mmenke wrote: > > On 2014/08/27 ...
6 years, 3 months ago (2014-08-27 22:14:15 UTC) #8
byungchul
The CQ bit was checked by byungchul@chromium.org
6 years, 3 months ago (2014-08-27 22:16:41 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/byungchul@chromium.org/515653003/40001
6 years, 3 months ago (2014-08-27 22:17:09 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001) as 86d3361179a17461088dd823a3479b821569cce6
6 years, 3 months ago (2014-08-27 23:04:43 UTC) #11
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:55:22 UTC) #12
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/14ac2486c0eba1266d2da1c52e8759d9c784fe80
Cr-Commit-Position: refs/heads/master@{#292260}

Powered by Google App Engine
This is Rietveld 408576698