-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When discarding the responses from previous commands that weren't successfully read (e.g. if their context had a deadline that was exceeded), RESP error values get treated the same as connection errors and cause any reading from the connection to stop. This can cause a response to not be read off of the connection or marked for discarding, and therefore leave the connection out of sync. This fix changes the discarding process to ignore RESP error values.
- Loading branch information
Showing
2 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters