| Index: pkg/http/lib/src/base_request.dart
|
| diff --git a/pkg/http/lib/src/base_request.dart b/pkg/http/lib/src/base_request.dart
|
| index 415e27ad74074f39678b54728b51633af8d775df..7c3ebc6f6e30b8b8b176735e519ebc17fc03abc5 100644
|
| --- a/pkg/http/lib/src/base_request.dart
|
| +++ b/pkg/http/lib/src/base_request.dart
|
| @@ -60,7 +60,7 @@ abstract class BaseRequest {
|
|
|
| /// The maximum number of redirects to follow when [followRedirects] is true.
|
| /// If this number is exceeded the [BaseResponse] future will signal a
|
| - /// [RedirectLimitExceeded] exception. Defaults to 5.
|
| + /// [RedirectException]. Defaults to 5.
|
| int get maxRedirects => _maxRedirects;
|
| int _maxRedirects = 5;
|
|
|
|
|