Files
scylladb/transport
Vlad Zolotarov 86e28bbf5d transport::cql_server::connection::process(): Consume the last future
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>
2015-08-02 19:24:13 +03:00
..