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

Issue 76243002: Don't supply host names for the fixed internet addresses (Closed)

Created:
7 years, 1 month ago by Søren Gjesse
Modified:
7 years, 1 month ago
Reviewers:
Anders Johnsen
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Don't supply host names for the fixed internet addresses The hard-coded host names "localhost" and "localhost-ip6" where taken from the default Ubuntu hosts file. But other machines (e.g the default on Mac OS) might be configured different. To avoid actual lookup of "localhost" and "localhost-ip6" returning a different address than the provided fixed loopback addresses don't add an actual host name. R=ajohnsen@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=30403

Patch Set 1 #

Patch Set 2 : Updated after offline discussion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -14 lines) Patch
M runtime/bin/socket_patch.dart View 1 4 chunks +7 lines, -5 lines 0 comments Download
M sdk/lib/io/socket.dart View 1 2 chunks +6 lines, -7 lines 0 comments Download
M tests/standalone/io/internet_address_test.dart View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Søren Gjesse
7 years, 1 month ago (2013-11-19 11:59:59 UTC) #1
Anders Johnsen
lgtm
7 years, 1 month ago (2013-11-19 12:02:39 UTC) #2
Søren Gjesse
PTAL
7 years, 1 month ago (2013-11-19 12:14:16 UTC) #3
Anders Johnsen
LGTM, thanks!
7 years, 1 month ago (2013-11-19 12:15:51 UTC) #4
Søren Gjesse
7 years, 1 month ago (2013-11-19 12:17:49 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 manually as r30403 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698