Skip to content

Use correct slice indices in RefReadBuffer.peek_next()#418

Open
dahooz wants to merge 1 commit intoDaGenix:masterfrom
dahooz:master
Open

Use correct slice indices in RefReadBuffer.peek_next()#418
dahooz wants to merge 1 commit intoDaGenix:masterfrom
dahooz:master

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