reactivemarkets / toolbox-cpp

The Reactive C++ Toolbox is an open source library of C++20 components designed for efficient, asynchronous network applications on the Linux platform.
https://reactivemarkets.github.io/toolbox-cpp/
Other
21 stars 20 forks source link

feat: Made sure prepare only returns what is requested. #235

Closed ItsLifeJim closed 5 months ago

ItsLifeJim commented 5 months ago

Made sure prepare only returns what is requested. This counters the issue where comsume() can reclaim ~50% buffer space in advance making available a lot more than expected.

SDB-6933