Skip to content

Commit e8a5921

Browse files
committed
Fix build
1 parent 8f517a2 commit e8a5921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servers/HttpSys/src/HttpSysListener.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public HttpSysListener(HttpSysOptions options, IMemoryPoolFactory<byte> memoryPo
5555
throw new PlatformNotSupportedException();
5656
}
5757

58-
MemoryPool = memoryPoolFactory.Create();
58+
MemoryPool = memoryPoolFactory.Create(new MemoryPoolOptions { Owner = "httpsys" });
5959

6060
Options = options;
6161

0 commit comments

Comments
 (0)