| Index: runtime/bin/http_impl.dart
|
| diff --git a/runtime/bin/http_impl.dart b/runtime/bin/http_impl.dart
|
| index 785fc93429bfae4842daab2a4336f5db30af2317..435d9f402812ff00000d508b6be8a3ca5a1db390 100644
|
| --- a/runtime/bin/http_impl.dart
|
| +++ b/runtime/bin/http_impl.dart
|
| @@ -1439,6 +1439,7 @@ class _HttpClient implements HttpClient {
|
| }
|
|
|
| _HttpClientConnection connection = new _HttpClientConnection(this);
|
| + connection.onDetach = () => _activeSockets.remove(connection._socketConn);
|
|
|
| // If there are active connections for this key get the first one
|
| // otherwise create a new one.
|
|
|