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

Unified Diff: lib/src/barback/admin_server.dart

Issue 1765653002: Use the new web_socket_channel package. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 10 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 | lib/src/barback/web_socket_api.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/barback/admin_server.dart
diff --git a/lib/src/barback/admin_server.dart b/lib/src/barback/admin_server.dart
index fdff6011667f7b1c221d337077db5ec41fd7aca6..a39f8b73cc20de1586772e6cccd781cab6e075fd 100644
--- a/lib/src/barback/admin_server.dart
+++ b/lib/src/barback/admin_server.dart
@@ -5,9 +5,9 @@
import 'dart:async';
import 'dart:io';
-import 'package:http_parser/http_parser.dart';
import 'package:shelf/shelf.dart' as shelf;
import 'package:shelf_web_socket/shelf_web_socket.dart';
+import 'package:web_socket_channel/web_socket_channel.dart';
import '../io.dart';
import '../log.dart' as log;
« no previous file with comments | « no previous file | lib/src/barback/web_socket_api.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698