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

Unified Diff: sdk/lib/io/http.dart

Issue 1083253002: Add normalizePath to Uri class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add test. Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sdk/lib/core/uri.dart ('k') | tests/corelib/uri_normalize_path_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/io/http.dart
diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
index 101a2d60bb59d2e8c4620f5890e61f39428298a5..4bc544863c1f46e86ab9f32ede288a01163d09aa 100644
--- a/sdk/lib/io/http.dart
+++ b/sdk/lib/io/http.dart
@@ -1797,7 +1797,7 @@ abstract class HttpClientRequest implements IOSink {
/**
* HTTP response for a client connection.
-
+ *
* The body of a [HttpClientResponse] object is a
* [Stream] of data from the server. Listen to the body to handle
* the data and be notified when the entire body is received.
« no previous file with comments | « sdk/lib/core/uri.dart ('k') | tests/corelib/uri_normalize_path_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698