You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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 aReadBuf
.The text was updated successfully, but these errors were encountered: