| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index b4a48dafb5bb7673f981280fb46ac9bfa01e9a99..30fe2c1f844f5b59f72b830a062d19bcf1bf8152 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -2286,7 +2286,7 @@ class _HttpClientDigestCredentials implements HttpClientDigestCredentials {
|
|
|
| void authorize(_Credentials credentials, HttpClientRequest request) {
|
| // TODO(sgjesse): Implement!!!
|
| - throw new UnsupportedOperationException();
|
| + throw new UnsupportedError("Digest authentication not yet supported");
|
| }
|
|
|
| String username;
|
|
|