terraform/communicator
James Bardin bbde7e3e35 copy client pointer for keep-alive loop
If a connection fails and attempts to reconnect after the keep-alive
loop started, the client will be pulled out from under the keep-alive
requests. Close over a local copy of the client, so that reconnecting
doesn't race with the keepalive loop terminating.
2019-10-02 13:42:22 -04:00
..
remote have remote.ExitError format errors and status 2018-03-23 11:36:57 -04:00
shared provisioners: Allow provisioning over IPv6 2016-09-03 15:45:24 -07:00
ssh copy client pointer for keep-alive loop 2019-10-02 13:42:22 -04:00
winrm Fix winrm default ssl port (#19540) 2018-12-12 18:19:02 -05:00
communicator.go grammatical updates to comments and docs (#20195) 2019-03-21 14:05:41 -07:00
communicator_mock.go add some more functionality to MockCommunicator 2018-03-20 14:23:32 -04:00
communicator_test.go add the remote-exec retry function to communicator 2018-02-14 18:18:12 -05:00