-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and enhance connection handling in Proxer CLI
- Bump versions of `hyper` (1.5.2), `serde` (1.0.216), and `proxer-cli` (0.3.2) in `Cargo.toml` and `Cargo.lock`. - Introduce `rlimit` dependency (0.10.2) for managing open connection limits. - Refactor connection handling in `src/server/mod.rs`, `src/server/proxy.rs`, and `src/server/tunnel.rs` to improve error handling and connection management with timeouts. - Replace direct usage of `TokioIo::new(stream)` with a consistent approach across the server modules.
- Loading branch information
Showing
5 changed files
with
59 additions
and
23 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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