When messaging_service::get_rpc_client() picks up cached socket and notices error on it, it drops the connection and creates a new one. The method used to drop the connection is the one that re-lookups the verb index again, which is excessive. Tune this up while at it Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>