We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f517a2 commit e8a5921Copy full SHA for e8a5921
src/Servers/HttpSys/src/HttpSysListener.cs
@@ -55,7 +55,7 @@ public HttpSysListener(HttpSysOptions options, IMemoryPoolFactory<byte> memoryPo
55
throw new PlatformNotSupportedException();
56
}
57
58
- MemoryPool = memoryPoolFactory.Create();
+ MemoryPool = memoryPoolFactory.Create(new MemoryPoolOptions { Owner = "httpsys" });
59
60
Options = options;
61
0 commit comments