| Index: sdk/lib/io/http.dart
|
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
|
| index 6ba35c767ba2aa794e6d9b918133e68d6437830d..cfa7250d96df7802777f4fa4ac6e7f7222c3dee5 100644
|
| --- a/sdk/lib/io/http.dart
|
| +++ b/sdk/lib/io/http.dart
|
| @@ -84,8 +84,7 @@ abstract class HttpStatus {
|
| abstract class HttpServer implements Stream<HttpRequest> {
|
| /**
|
| * Set and get the default value of the `Server` header for all responses
|
| - * generated by this [HttpServer]. The default value is
|
| - * `Dart/<version> (dart:io)`.
|
| + * generated by this [HttpServer]. By default, it's disabled.
|
| *
|
| * If the serverHeader is set to `null`, no default `Server` header will be
|
| * added to each response.
|
|
|