| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index fb82ba23e31069cdc5d6cd722f7d83a5ddd0d0a3..8f67148fa4d4af7051de4f00a85c8a96ef5ad012 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -1537,7 +1537,7 @@ class _HttpClientConnection
|
| _client._closedSocketConnection(_socketConn);
|
| };
|
| _client._closeQueue.add(this);
|
| - } else if (_socket != null) {
|
| + } else {
|
| _client._returnSocketConnection(_socketConn);
|
| _socket = null;
|
| _socketConn = null;
|
|
|