Commit Graph

1 Commits (f02081b391a5767b1309c048be778e278c8bd033)

Author SHA1 Message Date
Jordan Borean 942424e10b
Avoid winrm hang on stdin write failure (#82766)
If the connection plugin fails to write the data to run to stdin we will
only attempt to get the output with one operation attempt. If this times
out we will consider the command to have failed and raise an exception
instead of forever attempting to get the output.
8 months ago