2 references to GetMinimumSegmentSize
http2cat (2)
src\Shared\Http2cat\Http2CatHostedService.cs (1)
87var inputPipeOptions = new StreamPipeReaderOptions(memoryPool, memoryPool.GetMinimumSegmentSize(), memoryPool.GetMinimumAllocSize(), leaveOpen: true);
src\Shared\ServerInfrastructure\MemoryPoolExtensions.cs (1)
31return pool.GetMinimumSegmentSize() / 2;