Closed
Description
FileBufferingReadStream _maxRentedBufferSize
is checked as an exclusive bound staying just below 1MB.
We currently carry around our own constant that computes 1024 * 1024 -1 just to stay under that slightly unnatural max buffer rent size.
In the interest of usability it should probably just respect any size up to and including 1MB.