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

Unified Diff: pkg/shelf/CHANGELOG.md

Issue 654933005: pkg/shelf: handle errors when parsing HttpRequest in shelf_io (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: nit Created 6 years, 1 month 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/shelf/lib/shelf_io.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/shelf/CHANGELOG.md
diff --git a/pkg/shelf/CHANGELOG.md b/pkg/shelf/CHANGELOG.md
index f74d43707eba1cb75aaaf17d31793cb9dedeae50..d7b74b6090dcc07564201ad57d088236b2a82b10 100644
--- a/pkg/shelf/CHANGELOG.md
+++ b/pkg/shelf/CHANGELOG.md
@@ -1,6 +1,9 @@
-## 0.5.6-dev
+## 0.5.6
-* Fixed `createMiddleware` to only catch errors in `errorHandler` is provided.
+* Fixed `createMiddleware` to only catch errors if `errorHandler` is provided.
+
+* Updated `handleRequest` in `shelf_io` to more gracefully handle errors when
+ parsing `HttpRequest`.
## 0.5.5+1
« no previous file with comments | « no previous file | pkg/shelf/lib/shelf_io.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698