mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 18:10:39 +00:00
Connection drop during read operation is not an error and should not be reported as such. Furthermore disconnects are already reported by gossip, so no need to report it for each ongoing read again. Fixes #320