Commit b88595b1 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

communicator/ssh: remove complete TODO

parent bde641ed
......@@ -161,9 +161,6 @@ func (c *comm) Upload(path string, input io.Reader) error {
return err
}
// TODO(mitchellh): Each step above results in a 0/1/2 being sent by
// the remote side to confirm. We should check for those confirmations.
// Close the stdin, which sends an EOF, and then set w to nil so that
// our defer func doesn't close it again since that is unsafe with
// the Go SSH package.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment