Merge branch 'benaadams/no-delay' into dev
This commit is contained in:
commit
5d59a20178
|
|
@ -15,7 +15,7 @@ namespace Microsoft.AspNet.Server.Kestrel
|
||||||
|
|
||||||
public int ThreadCount { get; set; }
|
public int ThreadCount { get; set; }
|
||||||
|
|
||||||
public bool NoDelay { get; set; }
|
public bool NoDelay { get; set; } = true;
|
||||||
|
|
||||||
public IConnectionFilter ConnectionFilter { get; set; }
|
public IConnectionFilter ConnectionFilter { get; set; }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue