| Index: sdk/lib/io/http.dart
|
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
|
| index 2d311614465aaf4228ade4282b6fc8477fe016ea..aa000ffbac3c91540e0f7a2074757f38e8774149 100644
|
| --- a/sdk/lib/io/http.dart
|
| +++ b/sdk/lib/io/http.dart
|
| @@ -1537,7 +1537,7 @@ abstract class HttpClientDigestCredentials extends HttpClientCredentials {
|
| * [HttpClientResponse] connection.
|
| */
|
| abstract class HttpConnectionInfo {
|
| - String get remoteHost;
|
| + InternetAddress get remoteAddress;
|
| int get remotePort;
|
| int get localPort;
|
| }
|
|
|