Secondary listeners need to allocate their own memory pool
This commit is contained in:
parent
6db3d9e645
commit
5ba1b9fb3c
|
|
@ -18,6 +18,7 @@ namespace Microsoft.AspNet.Server.Kestrel.Http
|
|||
{
|
||||
protected ListenerSecondary(ServiceContext serviceContext) : base(serviceContext)
|
||||
{
|
||||
Memory2 = new MemoryPool2();
|
||||
}
|
||||
|
||||
UvPipeHandle DispatchPipe { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue