Chromium Code Reviews| Index: sdk/lib/io/http.dart |
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart |
| index d61835cbf311e6c55c7c62e2d57e16fb4532ad3f..71cb6f429b914658a246e7468d8f616b3c8f0c7f 100644 |
| --- a/sdk/lib/io/http.dart |
| +++ b/sdk/lib/io/http.dart |
| @@ -149,7 +149,7 @@ abstract class HttpStatus { |
| * about the streaming qualities of an HttpServer. |
| * Pausing the subscription of the stream, pauses at the OS level. |
| * |
| - * * The [http_server](https://pub.dartlang.org/packages/http_server) |
| + * * The [self](https://pub.dartlang.org/packages/shelf) |
|
dgrove
2016/10/06 04:14:09
shelf
kevmoo
2016/10/06 04:16:26
Done.
|
| * package on pub.dartlang.org contains a set of high-level classes that, |
| * together with this class, makes it easy to provide content through HTTP |
| * servers. |