Chromium Code Reviews| Index: runtime/bin/http_impl.dart |
| diff --git a/runtime/bin/http_impl.dart b/runtime/bin/http_impl.dart |
| index 064975269f31e01201a537de3b8eada7e6d6fba3..1675d345be80658e4c02545d195ef3ed88e981f1 100644 |
| --- a/runtime/bin/http_impl.dart |
| +++ b/runtime/bin/http_impl.dart |
| @@ -632,7 +632,7 @@ class _HttpConnection extends _HttpConnectionBase { |
| // If the connection is closing then close the output stream to |
| // fully close the socket. |
| if (_closing) { |
| - outputStream.close(); |
| + _socket.close(); |
| } |
| _response = null; |
| } |