https://github.com/tokio-rs/mini-redis/blob/c1c3bcb4657ebaba8665e2f404a995be0d93cb26/src/connection.rs#L56 If we receive 2 complete frames within a single read, we will read the first one and then exit the loop immediately.