Chromium Code Reviews| 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. |
| * |