mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
CQL transport code relies on an exception's C++ type to create correct reply, but in lwt we converted some mutation_timeout exceptions to more generic request_timeout while forwarding them which broke the protocol. Do not drop type information. Fixes #5598. Message-Id: <20200115180313.GQ9084@scylladb.com>