From 43e2dff325343c91de97ecedbcc58e0e225d3d1c Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Sat, 12 Mar 2022 13:53:06 -0300 Subject: [PATCH] lint --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index a072b4b..ef574c7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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)}