mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-26 03:20:37 +00:00
Don't use submit_to(...) when we are going to handle the request on a local shard. Otherwise there is a not needed copy of the _client_state in the submit_to(...) lambda capture list. Signed-off-by: Vlad Zolotarov <vladz@scylladb.com>