This commit is contained in:
Erik Johnston 2018-11-29 11:50:11 +00:00 committed by Brendan Abolivier
parent dde7110c0d
commit 76d888cf48

View file

@ -197,7 +197,7 @@ class _WrappedConnection(object):
try:
if self.transport.getHandle() is not None:
self.transport.abortConnection()
except:
except Exception:
logger.warning("Failed to abort connection")
def request(self, request):