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

Issue 429543002: In Socket:connect, start connecting to next address, after 250 (25 for loopback). (Closed)

Created:
6 years, 4 months ago by Anders Johnsen
Modified:
6 years, 4 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

In Socket:connect, start connecting to next address, after 250 (25 for loopback). BUG=https://code.google.com/p/dart/issues/detail?id=19871 R=whesse@google.com Committed: https://code.google.com/p/dart/source/detail?r=38662

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -12 lines) Patch
M runtime/bin/socket_patch.dart View 1 3 chunks +38 lines, -12 lines 4 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
6 years, 4 months ago (2014-07-29 10:30:33 UTC) #1
Bill Hesse
lgtm https://codereview.chromium.org/429543002/diff/1/runtime/bin/socket_patch.dart File runtime/bin/socket_patch.dart (right): https://codereview.chromium.org/429543002/diff/1/runtime/bin/socket_patch.dart#newcode403 runtime/bin/socket_patch.dart:403: if (list.length == 0) { Maybe list should ...
6 years, 4 months ago (2014-07-29 10:57:07 UTC) #2
Anders Johnsen
https://codereview.chromium.org/429543002/diff/1/runtime/bin/socket_patch.dart File runtime/bin/socket_patch.dart (right): https://codereview.chromium.org/429543002/diff/1/runtime/bin/socket_patch.dart#newcode403 runtime/bin/socket_patch.dart:403: if (list.length == 0) { On 2014/07/29 10:57:06, Bill ...
6 years, 4 months ago (2014-07-29 11:23:27 UTC) #3
Anders Johnsen
Committed patchset #2 manually as r38662 (presubmit successful).
6 years, 4 months ago (2014-07-29 11:27:06 UTC) #4
Søren Gjesse
dbc Also the dartdoc comment for connect is not fully correct any more. https://codereview.chromium.org/429543002/diff/20001/runtime/bin/socket_patch.dart File ...
6 years, 4 months ago (2014-08-04 09:21:37 UTC) #5
Anders Johnsen
6 years, 4 months ago (2014-08-05 09:14:55 UTC) #6
Message was sent while issue was closed.
https://codereview.chromium.org/429543002/diff/20001/runtime/bin/socket_patch...
File runtime/bin/socket_patch.dart (right):

https://codereview.chromium.org/429543002/diff/20001/runtime/bin/socket_patch...
runtime/bin/socket_patch.dart:421: // Set up timer for when we should retry the
next address (if any).
On 2014/08/04 09:21:37, Søren Gjesse wrote:
> Long line.

Done.

https://codereview.chromium.org/429543002/diff/20001/runtime/bin/socket_patch...
runtime/bin/socket_patch.dart:437: s.close();
On 2014/08/04 09:21:37, Søren Gjesse wrote:
> Shouldn't s.destroy() be enough?

There is no destroy on _NativeSocket. We need to clean it up nicely.

Powered by Google App Engine
This is Rietveld 408576698