Merge branch 'benaadams/no-delay' into dev

This commit is contained in:
Stephen Halter 2015-11-16 20:56:26 -08:00
commit 5d59a20178
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace Microsoft.AspNet.Server.Kestrel
public int ThreadCount { get; set; }
public bool NoDelay { get; set; }
public bool NoDelay { get; set; } = true;
public IConnectionFilter ConnectionFilter { get; set; }