| Index: pkg/http/lib/src/client.dart
|
| diff --git a/pkg/http/lib/src/client.dart b/pkg/http/lib/src/client.dart
|
| index 2757ea0f8cee70944d6f43c7989ef4aaabd54a27..27626cc3c0b4dccb4e62f279435305607ff2fd30 100644
|
| --- a/pkg/http/lib/src/client.dart
|
| +++ b/pkg/http/lib/src/client.dart
|
| @@ -12,7 +12,6 @@ import 'base_request.dart';
|
| import 'io_client.dart';
|
| import 'streamed_response.dart';
|
| import 'response.dart';
|
| -import 'utils.dart';
|
|
|
| /// The interface for HTTP clients that take care of maintaining persistent
|
| /// connections across multiple requests to the same server. If you only need to
|
|
|