From 84111d36c183bed9fe7ef2bbe1a19613b31eaffa Mon Sep 17 00:00:00 2001 From: Anonymous275 Date: Sat, 2 Dec 2023 16:10:42 +0000 Subject: [PATCH] - remove debug line --- src/Launcher.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Launcher.cpp b/src/Launcher.cpp index af0d02b..2754fb9 100644 --- a/src/Launcher.cpp +++ b/src/Launcher.cpp @@ -230,7 +230,6 @@ void Launcher::StartProxy() { } else { res.set_content(to_string(cli_res.error()), "text/plain"); } - res.set_content(req.path, "text/plain"); }); ProxyPort = HTTPProxy.bind_to_any_port("0.0.0.0");