5 references to EndChunkLength
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http\Http1OutputProducer.cs (5)
267if (_advancedBytesForChunk > _currentChunkMemory.Length - _currentMemoryPrefixBytes - EndChunkLength - bytes) 612sizeHint += MaxBeginChunkLength + EndChunkLength; 616else if (_advancedBytesForChunk >= _currentChunkMemory.Length - _currentMemoryPrefixBytes - EndChunkLength - sizeHint && _advancedBytesForChunk > 0) 618sizeHint += MaxBeginChunkLength + EndChunkLength; 629_currentChunkMemory.Length - _currentMemoryPrefixBytes - EndChunkLength - _advancedBytesForChunk);