Handle WinRM exceptions properly

This commit is contained in:
brightio 2023-11-13 20:49:01 +01:00 committed by GitHub
commit 6a76437464
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,6 @@ class WinRM(BaseRequestHandler):
self.request.send(NetworkSendBufferPython2or3(Buffer))
except:
raise
self.request.close()
pass