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