Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Propagate sshforward send side connection close
PR #3431 caused connections closed on the remote side of a sshforward session to not always result in the local side reading an EOF from the connection. This change restores that behavior by closing the write side of the forwarded connection after reading an EOF from the stream. Since only the write side is being closed, it doesn't prevent the remote side from continuing to read from the connection. Signed-off-by: Aaron Lehmann <[email protected]>
- Loading branch information