Variable ReadBuffer.minAvailable

Available space.

struct ReadBuffer
{
  // ...
  size_t minAvailable = 1024;
  // ...
}