| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index 2ddb86225abe0bc043135cbe76f4c9c7dd27d44e..ae0bef9119695fe6389a5952ba790658808572bd 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -912,7 +912,7 @@ class _ContentLengthValidator
|
|
|
|
|
| // Extends StreamConsumer as this is an internal type, only used to pipe to.
|
| -class _HttpOutgoing implements StreamConsumer<List<int>, dynamic> {
|
| +class _HttpOutgoing implements StreamConsumer<List<int>> {
|
| Function _onStream;
|
| final Completer _consumeCompleter = new Completer();
|
|
|
|
|