Commit 00ea7fe4 authored by Barry Warsaw's avatar Barry Warsaw

tpc_abort(): Log the ClientDisconnected error as was apparently the

intent according to the comment.
parent febcca61
......@@ -766,8 +766,7 @@ class ClientStorage:
try:
self._server.tpc_abort(self._serial)
except ClientDisconnected:
# log the error and continue
pass
log2(BLATHER, 'ClientDisconnected in tpc_abort() ignored')
finally:
self._tbuf.clear()
self._seriald.clear()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment