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

Unified Diff: pkg/http/CHANGELOG.md

Issue 196423017: Make BaseRequest.contentType use null rather than -1 as a flag value. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | pkg/http/lib/src/base_request.dart » ('j') | pkg/http/lib/src/base_request.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http/CHANGELOG.md
diff --git a/pkg/http/CHANGELOG.md b/pkg/http/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..986a759efd7a2ea395e6dbceb9a1155c2f6860f7
--- /dev/null
+++ b/pkg/http/CHANGELOG.md
@@ -0,0 +1,6 @@
+## 0.10.0
+
+* Make `BaseRequest.contentLength` use `null` to indicate an unknown content
+ length rather than -1.
+
+* Make request headers case-insensitive.
« no previous file with comments | « no previous file | pkg/http/lib/src/base_request.dart » ('j') | pkg/http/lib/src/base_request.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698