| Index: lib/src/bound_multipart_stream.dart
|
| diff --git a/lib/src/bound_multipart_stream.dart b/lib/src/bound_multipart_stream.dart
|
| index 270503a73e85a84ab4a087577224816d7130a47e..73811e7c5f49a179c6e1bc3d1467fdc1b9763a9e 100644
|
| --- a/lib/src/bound_multipart_stream.dart
|
| +++ b/lib/src/bound_multipart_stream.dart
|
| @@ -81,13 +81,13 @@ class BoundMultipartStream {
|
|
|
| int _controllerState = _CONTROLLER_STATE_IDLE;
|
|
|
| - StreamController _controller;
|
| + StreamController<MimeMultipart> _controller;
|
|
|
| Stream<MimeMultipart> get stream => _controller.stream;
|
|
|
| StreamSubscription _subscription;
|
|
|
| - StreamController _multipartController;
|
| + StreamController<List<int>> _multipartController;
|
| Map<String, String> _headers;
|
|
|
| int _state = _START;
|
|
|