Fix multipart transformer in package:mime
The error codition occures in the following scenario: A multipart transformer returns a new multipart, that part is listened on, but the subscription for more parts is cancelled. This used to cause cancellation of the byte stream into the multipart parser, which caused the first part to never be read completely. R=lrn@google.com, sgjesse@google.com Review URL: https://codereview.chromium.org//874223002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/mime@43726 260f80e4-7a28-3924-810f-c04153c831b5
Showing
- CHANGELOG.md 5 additions, 0 deletionsCHANGELOG.md
- lib/src/bound_multipart_stream.dart 43 additions, 9 deletionslib/src/bound_multipart_stream.dart
- pubspec.yaml 1 addition, 1 deletionpubspec.yaml
- test/mime_multipart_transformer_test.dart 105 additions, 11 deletionstest/mime_multipart_transformer_test.dart
Loading
Please register or sign in to comment