| Index: sdk/lib/io/http.dart
|
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
|
| index cfa7250d96df7802777f4fa4ac6e7f7222c3dee5..818a37a4bdd33cf6812973087d31889d25175490 100644
|
| --- a/sdk/lib/io/http.dart
|
| +++ b/sdk/lib/io/http.dart
|
| @@ -98,6 +98,9 @@ abstract class HttpServer implements Stream<HttpRequest> {
|
| *
|
| * Default is 120 seconds.
|
| *
|
| + * Note that it may take up to `2 * idleTimeout` before a idle connection is
|
| + * aborted.
|
| + *
|
| * To disable, set [idleTimeout] to `null`.
|
| */
|
| Duration idleTimeout;
|
|
|