Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reserved space computation in 'encodeChunked' #6

Open
meiersi opened this issue Nov 8, 2011 · 0 comments
Open

Fix reserved space computation in 'encodeChunked' #6

meiersi opened this issue Nov 8, 2011 · 0 comments
Assignees

Comments

@meiersi
Copy link
Owner

meiersi commented Nov 8, 2011

The required space could be larger than expected after the buffer is handed over. This in turn increases the space to be reserved for encoding the chunk size, which in turn might lead to not enough bytes being handed over to the inner builder.

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

No branches or pull requests

1 participant