parent
dd1ffa5f84
commit
59a95f43a3
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue