-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Closing an existing port forward (#165)
* Implement cancel_port_forwarding for process-mux * Update doc comment * Fix test * Fix test * Ignore cancel tests for native-mux * Fix local forwarding test * Update cfg * Update cfg * Update cfg * Update cfg * Update cfg * Update cfg * Rename API and to `read` 0 test in remote forward test * Fix native mux impl * Try `UnixStream::connect` * What is getting read in? * Extra LF by echo? * `try_read` would block * Update `openssh-mux-client` in Cargo.toml
- Loading branch information
1 parent
94b63e6
commit a3fc969
Showing
5 changed files
with
96 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters