5 references to BufferTooSmall
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http2\Http2FrameWriter.cs (4)
551Debug.Assert(writeResult != HeaderWriteResult.BufferTooSmall, "This always writes the status as the first header, and it should never be an over the buffer size."); 656while (writeResult == HeaderWriteResult.BufferTooSmall) 662if (writeResult != HeaderWriteResult.BufferTooSmall) 684if (writeResult == HeaderWriteResult.BufferTooSmall)
src\Servers\Kestrel\shared\HPackHeaderWriter.cs (1)
146return HeaderWriteResult.BufferTooSmall;