We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
mini-redis/src/connection.rs
Line 56 in c1c3bcb
If we receive 2 complete frames within a single read, we will read the first one and then exit the loop immediately.
The text was updated successfully, but these errors were encountered:
It seems correct to me. The second frame should be returned on the next call to read_frame.
read_frame
Sorry, something went wrong.
No branches or pull requests
mini-redis/src/connection.rs
Line 56 in c1c3bcb
If we receive 2 complete frames within a single read, we will read the first one and then exit the loop immediately.
The text was updated successfully, but these errors were encountered: