f5e64533a3
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@43726 260f80e4-7a28-3924-810f-c04153c831b5
10 lines
234 B
YAML
10 lines
234 B
YAML
name: mime
|
|
version: 0.9.2
|
|
author: Dart Team <misc@dartlang.org>
|
|
description: Helper-package for working with MIME.
|
|
homepage: http://www.dartlang.org
|
|
environment:
|
|
sdk: '>=1.0.0 <2.0.0'
|
|
dev_dependencies:
|
|
unittest: '>=0.9.0 <0.12.0'
|