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

Unified Diff: runtime/observatory/tests/service/test_helper.dart

Issue 2515023002: Allow binding the vm service to IPv6 addresses. (Closed)
Patch Set: . Created 4 years, 1 month 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
Index: runtime/observatory/tests/service/test_helper.dart
diff --git a/runtime/observatory/tests/service/test_helper.dart b/runtime/observatory/tests/service/test_helper.dart
index 9e8caa883ff1aedd8bcb4ba2f3e3ea02daa1a8ce..a6028c5d10f4b37f0ef9d778cde3c37e3ee82f10 100644
--- a/runtime/observatory/tests/service/test_helper.dart
+++ b/runtime/observatory/tests/service/test_helper.dart
@@ -281,7 +281,7 @@ class _ServiceTesteeLauncher {
void setupAddresses(Uri serverAddress) {
serviceWebsocketAddress =
- 'ws://${serverAddress.authority}${serverAddress.path}ws';
+ 'ws://${serverAddress.authority}${serverAddress.path}/ws';
serviceHttpAddress =
'http://${serverAddress.authority}${serverAddress.path}';
}

Powered by Google App Engine
This is Rietveld 408576698