Files
scylladb/rpc
Gleb Natapov 349f21c860 rpc: signal send completion even if send failed due to a socket error
When call to marshall fails with an exception the exception future is
stored in dst.out_ready(). During next send sent future will not be
signaled because marshall() will never be called. Fix that by moving
sent future signaling to consider dst.out_ready() state too.
2015-04-22 13:00:58 +03:00
..
2015-03-22 16:16:09 +02:00
2015-04-08 17:10:52 +03:00