| Index: sdk/lib/io/http.dart
|
| diff --git a/sdk/lib/io/http.dart b/sdk/lib/io/http.dart
|
| index 47be232c868a1d46ca93dadfd8587eac85e13ada..5dc573871c73983f8114d33e299f6de4667d2169 100644
|
| --- a/sdk/lib/io/http.dart
|
| +++ b/sdk/lib/io/http.dart
|
| @@ -873,6 +873,12 @@ abstract class HttpClient {
|
| static const int DEFAULT_HTTP_PORT = 80;
|
| static const int DEFAULT_HTTPS_PORT = 443;
|
|
|
| + /**
|
| + * Get and set the idle timeout of non-active persistent (keep-alive)
|
| + * connections. The default value is 15 seconds.
|
| + */
|
| + Duration idleTimeout;
|
| +
|
| factory HttpClient() => new _HttpClient();
|
|
|
| /**
|
|
|