Commit Graph

1 Commits (7d4e9b279e15286b51a8d50fbb80a84cdf1c865a)

Author SHA1 Message Date
Simon Westphahl 635ff3966f Catch all request timeouts for winrm connection (#54104)
* Catch all request timeouts for winrm connection

The current implementation only catches 'ConnectTimeout' exceptions.
Instead we should catch 'Timout' which also catches ReadTimeout
exceptions.

Improves on: #51744

Co-Authored-By: westphahl <westphahl@gmail.com>

* Changelog for winrm error handling improvement
7 years ago