v0.1.8
Fixes
- Fix
RequestBuffer::reuse
(#49). This bug leads to a transfer writing out-of-bounds ifRequestBuffer::reuse
is called with a largerlen
than the passed Vec's capacity.
RequestBuffer::reuse
(#49). This bug leads to a transfer writing out-of-bounds if RequestBuffer::reuse
is called with a larger len
than the passed Vec's capacity.