Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(980)

Side by Side Diff: pkg/http/CHANGELOG.md

Issue 218993016: Make MultipartRequest more closely adhere to browsers' behavior. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 ## 0.10.0 1 ## 0.10.0
2 2
3 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null` 3 * Make `BaseRequest.contentLength` and `BaseResponse.contentLength` use `null`
4 to indicate an unknown content length rather than -1. 4 to indicate an unknown content length rather than -1.
5 5
6 * The `contentLength` parameter to `new BaseResponse` is now named rather than 6 * The `contentLength` parameter to `new BaseResponse` is now named rather than
7 positional. 7 positional.
8 8
9 * Make request headers case-insensitive. 9 * Make request headers case-insensitive.
10
11 * Make `MultipartRequest` more closely adhere to browsers' encoding conventions.
OLDNEW
« no previous file with comments | « no previous file | pkg/http/lib/src/multipart_request.dart » ('j') | pkg/http/lib/src/multipart_request.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698