| Index: sdk/lib/io/http_impl.dart
|
| diff --git a/sdk/lib/io/http_impl.dart b/sdk/lib/io/http_impl.dart
|
| index 94aed0002cbe62503fc769d750c1f193fd927e5d..53159bbe3b7185a3ad175dc1939c6c99caeca2c5 100644
|
| --- a/sdk/lib/io/http_impl.dart
|
| +++ b/sdk/lib/io/http_impl.dart
|
| @@ -2007,7 +2007,7 @@ class _HttpConnection extends LinkedListEntry<_HttpConnection> {
|
|
|
| // HTTP server waiting for socket connections.
|
| class _HttpServer extends Stream<HttpRequest> implements HttpServer {
|
| - String serverHeader = _getHttpVersion();
|
| + String serverHeader;
|
|
|
| Duration idleTimeout = const Duration(seconds: 120);
|
|
|
|
|