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

Implement reading buffers in term of ReadBuf #3

Closed
notgull opened this issue Dec 1, 2020 · 1 comment
Closed

Implement reading buffers in term of ReadBuf #3

notgull opened this issue Dec 1, 2020 · 1 comment

Comments

@notgull
Copy link
Member

notgull commented Dec 1, 2020

RFC 2930 introduces a safe reading buffer of type ReadBuf. Once this reaches fruition, I'd like to replace the current buffer-zeroing implementation with a ReadBuf.

@notgull
Copy link
Member Author

notgull commented Jun 4, 2022

Note that buffer reading uses a single buffer that's reused between connections (actually, two buffers, but who's counting?). This issue doesn't really matter anymore.

@notgull notgull closed this as completed Jun 4, 2022
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