| Index: sdk/lib/io/io_stream_consumer.dart
|
| diff --git a/sdk/lib/io/io_stream_consumer.dart b/sdk/lib/io/io_stream_consumer.dart
|
| index b872fe4cf661eae9867cbf6bc10bc43448ea7e03..b2c76ac37445527395fa11c00325be424d1bdecb 100644
|
| --- a/sdk/lib/io/io_stream_consumer.dart
|
| +++ b/sdk/lib/io/io_stream_consumer.dart
|
| @@ -158,6 +158,7 @@ class IOSink<T> implements StreamConsumer<List<int>, T> {
|
| _pipeFuture.catchError((error) {
|
| if (unbindCompleter != null) {
|
| unbindCompleter.completeError(error);
|
| + unbindCompleter = null;
|
| }
|
| });
|
| return unbindCompleter.future;
|
|
|