Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Exit transfer loop when output fd is closed
If input fd is closed due to EOF, we need to continue transferring IO to handle the case: echo -e "print('hello world')\n" | ssh recuser@localhost "python3" Otherwise, exit when EOF is received from source.
- Loading branch information