Set NoDelay as default

Resolves  #374
This commit is contained in:
Ben Adams 2015-11-13 19:33:24 +00:00
parent dd1ffa5f84
commit 59a95f43a3
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; }