Skip to content

Commit

Permalink
Fix an error in multipart_test
Browse files Browse the repository at this point in the history
  • Loading branch information
whesse committed Jul 8, 2016
1 parent 6adaa03 commit 5c2f79f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.11.4-dev

* Fix an error in multipart_test.

## 0.11.3+8

* Properly specify `Content-Transfer-Encoding` for multipart chunks.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http
version: 0.11.3+8
version: 0.11.4-dev
author: "Dart Team <[email protected]>"
homepage: https://github.com/dart-lang/http
description: A composable, Future-based API for making HTTP requests.
Expand Down
2 changes: 2 additions & 0 deletions test/multipart_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ void main() {
--{{boundary}}
content-disposition: form-data; name="field"
content-type: text/plain; charset=utf-8
content-transfer-encoding: binary
vⱥlūe
--{{boundary}}--
Expand Down

0 comments on commit 5c2f79f

Please sign in to comment.