| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index d9db3fde091183e6865101a1d0b1294fcef1a0e4..fb9f009ace0236378e64d1661e0646c9011c6c0c 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -1838,7 +1838,7 @@ class _DetachedSocket extends Stream<List<int>> implements Socket {
|
|
|
| int get port => _socket.port;
|
|
|
| - String get host => _socket.host;
|
| + InternetAddress get address => _socket.address;
|
|
|
| String get remoteHost => _socket.remoteHost;
|
|
|
|
|