| Index: sdk/lib/io/http_parser.dart
|
| diff --git a/sdk/lib/io/http_parser.dart b/sdk/lib/io/http_parser.dart
|
| index fbbd43d9cf199337f5a2446d1cfcadbf2b46cf3f..73fafba6441a6e4f111ff45622bd9082865874c9 100644
|
| --- a/sdk/lib/io/http_parser.dart
|
| +++ b/sdk/lib/io/http_parser.dart
|
| @@ -96,7 +96,7 @@ class _MessageType {
|
|
|
| /**
|
| * HTTP parser which parses the HTTP stream as data is supplied
|
| - * through the [:writeList:] and [:connectionClosed:] methods. As the
|
| + * through the [:streamData:] and [:streamDone:] methods. As the
|
| * data is parsed the following callbacks are called:
|
| *
|
| * [:requestStart:]
|
| @@ -107,7 +107,7 @@ class _MessageType {
|
| * [:error:]
|
| *
|
| * If an HTTP parser error occours it is possible to get an exception
|
| - * thrown from the [:writeList:] and [:connectionClosed:] methods if
|
| + * thrown from the [:streamData:] and [:streamDone:] methods if
|
| * the error callback is not set.
|
| *
|
| * The connection upgrades (e.g. switching from HTTP/1.1 to the
|
|
|