Closed
Description
Header enumerator allocations show up:
Boxing + allocating a new enumerable:
aspnetcore/src/Servers/Kestrel/Core/src/Internal/Http2/Http2FrameWriter.cs
Lines 666 to 675 in 7a4460c
IEnumerable
is used by QPackEncoder.BeginEncode
which is shared code
aspnetcore/src/Shared/runtime/Http3/QPack/QPackEncoder.cs
Lines 344 to 357 in 7a4460c