| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index 32e03736b08da69347c3be8699814a5dd4b7e9bd..a0f514dc6fdfd8240f0768ccd73505a9994ac9c8 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -567,6 +567,7 @@ class _HttpOutboundConsumer implements StreamConsumer {
|
| onCancel: _onListen);
|
| _outbound._addStream(_controller.stream)
|
| .then((_) {
|
| + _onListen(); // Make sure we unsubscribe.
|
| _done();
|
| _closeCompleter.complete(_outbound);
|
| },
|
|
|