async-bincode icon indicating copy to clipboard operation
async-bincode copied to clipboard

Avoid discarding capacity during read operation

Open vpzomtrrfrt opened this issue 5 months ago • 1 comments

The previous behaviour caused the target buffer length to change between calls within a single read operation, which seems wrong since the underlying read would then try to read too much into a smaller buffer

vpzomtrrfrt avatar Feb 04 '24 17:02 vpzomtrrfrt