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

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

Issue 203263003: Fix documentation in dart:io. (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
Index: sdk/lib/io/http.dart
diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
index dd9de06f476984382d0ebe701a09e0baebaeef6a..3f65e29323a24def1ea8bacddc32987b1531c62f 100644
--- a/sdk/lib/io/http.dart
+++ b/sdk/lib/io/http.dart
@@ -754,7 +754,7 @@ abstract class Cookie {
* generates an HttpRequest object and adds it to the stream.
*
* An HttpRequest object delivers the body content of the request
Lasse Reichstein Nielsen 2014/03/18 11:57:14 Isn't it the body of the response, not the request
Lasse Reichstein Nielsen 2014/03/18 11:57:14 `HttpRequest` everywhere.
Anders Johnsen 2014/03/18 12:30:57 Nope, think POST requests.
Anders Johnsen 2014/03/18 12:30:57 Done.
- * as a stream of bytes.
+ * as a stream of byte lists.
* The object also contains information about the request,
* such as the method, URI, and headers.
*

Powered by Google App Engine
This is Rietveld 408576698