mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-07 23:43:31 +00:00
When process() terminated _ready_to_respond contains the future with the state of the last I/O operation of this connection. Consume it at the end of process(). Fixes issue #44 Signed-off-by: Vlad Zolotarov <vladz@cloudius-systems.com>