ReservedSize

const val ReservedSize: Int = 8

Number of bytes usually reserved in the end of chunk when several instances of io.ktor.utils.io.core.internal.ChunkBuffer are connected into a chain (usually inside of ByteReadPacket or BytePacketBuilder)