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

Unified Diff: lib/shelf_web_socket.dart

Issue 1758123002: Use the web_socket_channel package. (Closed) Base URL: git@github.com:dart-lang/shelf_web_socket@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
Index: lib/shelf_web_socket.dart
diff --git a/lib/shelf_web_socket.dart b/lib/shelf_web_socket.dart
index e233cce6a7e040bf54e5d5641fce8a4474c4ca15..0a88d16a22b3ed2b22a0417051d3645e8a770618 100644
--- a/lib/shelf_web_socket.dart
+++ b/lib/shelf_web_socket.dart
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-import 'package:http_parser/http_parser.dart';
+import 'package:web_socket_channel/web_socket_channel.dart';
kevmoo 2016/03/03 00:50:50 sorting?
nweiz 2016/03/03 20:08:22 Done.
import 'package:shelf/shelf.dart';
import 'src/web_socket_handler.dart';
« no previous file with comments | « CHANGELOG.md ('k') | lib/src/web_socket_handler.dart » ('j') | lib/src/web_socket_handler.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698