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

Unified Diff: sdk/lib/_internal/pub/lib/src/utils.dart

Issue 18438005: Move MimeMultipartTransformer and HttpBodyHandler to mime and http_server packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove import. Created 7 years, 5 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 | « runtime/bin/builtin.dart ('k') | sdk/lib/io/http_body.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/_internal/pub/lib/src/utils.dart
diff --git a/sdk/lib/_internal/pub/lib/src/utils.dart b/sdk/lib/_internal/pub/lib/src/utils.dart
index 6f9e4f1ebc327ae35d9379cfc8f04bd897f1d836..d3ea1b609b83e320888561f90dcaeac3808142d9 100644
--- a/sdk/lib/_internal/pub/lib/src/utils.dart
+++ b/sdk/lib/_internal/pub/lib/src/utils.dart
@@ -503,7 +503,6 @@ bool isUserFacingException(error) {
error is HttpException ||
error is HttpException ||
error is LinkException ||
- error is MimeMultipartException ||
error is OSError ||
error is ProcessException ||
error is SocketException ||
« no previous file with comments | « runtime/bin/builtin.dart ('k') | sdk/lib/io/http_body.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698