Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
felipenoris committed Mar 12, 2022
1 parent 96592ab commit 43e2dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
//! .unwrap())}
//! }
//! } else if req.uri().path().starts_with("/target/second") {
//!
//! // will forward requests to port 13902
//! match hyper_reverse_proxy::call(client_ip, "http://127.0.0.1:13902", req).await {
//! Ok(response) => {Ok(response)}
Expand Down

0 comments on commit 43e2dff

Please sign in to comment.