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

Unified Diff: runtime/bin/socket_patch.dart

Issue 441903003: Clean up socket:connect change. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/io/socket.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/socket_patch.dart
diff --git a/runtime/bin/socket_patch.dart b/runtime/bin/socket_patch.dart
index 0d7546e5201ca92114c0e9d211dc672fd62fdbfb..23e3f9e200269a9b5423cf64a983c5330fc1af31 100644
--- a/runtime/bin/socket_patch.dart
+++ b/runtime/bin/socket_patch.dart
@@ -418,7 +418,8 @@ class _NativeSocket extends _NativeSocketNativeWrapper with _ServiceObject {
connectNext();
} else {
socket.port; // Query the local port, for error messages.
- // Set up timer for when we should retry the next address (if any).
+ // Set up timer for when we should retry the next address
+ // (if any).
var duration = address.isLoopback ?
_RETRY_DURATION_LOOPBACK :
_RETRY_DURATION;
« no previous file with comments | « no previous file | sdk/lib/io/socket.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698