Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove read handler upon RDB connection close (#803)
Primary side: Remove read handler upon RDB connection close. At this stage we do not expect any writed form that connection so it should be safe to remove the read handler. Otherwise the read handler will keep printing the `Client closed connection` logs, see handleReadResult. Signed-off-by: naglera <[email protected]>
- Loading branch information