Variable HTTPServerSettings.keepAliveTimeout
Maximum time between two request on a keep-alive connection
class HTTPServerSettings
{
// ...
core .time .Duration keepAliveTimeout
= Duration(100000000L);
// ...
}
The default value is 10 seconds.