| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index ae0bef9119695fe6389a5952ba790658808572bd..952b2703a82a7952e6e0c4681851253336938353 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -1096,7 +1096,7 @@ class _HttpClient implements HttpClient {
|
| = new Set<_HttpClientConnection>();
|
| final List<_Credentials> _credentials = [];
|
| Function _authenticate;
|
| - Function _findProxy;
|
| + Function _findProxy = HttpClient.findProxyFromEnvironment;
|
|
|
| Future<HttpClientRequest> open(String method,
|
| String host,
|
|
|