This reverts commit
e2798ecb69b1d60c5dc1a90c9d65cb79f11a5e22.
The PR was merged accidentally after there were regressions
discovered in teuthology testing.
Signed-off-by: Laura Flores <lflores@ibm.com>
ldout(cct, 30) << __func__ << " got KEEPALIVE2 tag ..." << dendl;
- auto keepalive_ack_frame = KeepAliveFrameAck::Encode(keepalive_frame.timestamp());
connection->write_lock.lock();
+ auto keepalive_ack_frame = KeepAliveFrameAck::Encode(keepalive_frame.timestamp());
if (!append_frame(keepalive_ack_frame)) {
connection->write_lock.unlock();
return _fault();