| Index: sdk/lib/io/http_impl.dart
 | 
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
 | 
| index fb9f009ace0236378e64d1661e0646c9011c6c0c..d9db3fde091183e6865101a1d0b1294fcef1a0e4 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;
 | 
|  
 | 
| -  InternetAddress get address => _socket.address;
 | 
| +  String get host => _socket.host;
 | 
|  
 | 
|    String get remoteHost => _socket.remoteHost;
 | 
|  
 | 
| 
 |