Skip to content

Conversation

@dahooz
Copy link

@dahooz dahooz commented May 12, 2017

Currently, if one wants to peek at x bytes in buffer b, one has to use
b.peek_next(b.capacity() - b.remaining() + x)
This commit changes the slice indices to match RefReadBuffer.take_next()

Currently, if one wants to peek at x bytes in buffer b, one has to use

b.peek_next(b.capacity()-b.remaining() + x)

which is awful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant