From beec858ebaf5c411dba7614cd2864632184031fa Mon Sep 17 00:00:00 2001 From: Muhammad <73486659+Mis1eader-dev@users.noreply.github.com> Date: Fri, 13 Sep 2024 12:34:23 +0300 Subject: [PATCH] Partially revert commit 93d8fb425d7e95939d398afd51b9d5adc4392c43 (#2156) --- lib/src/HttpAppFrameworkImpl.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/HttpAppFrameworkImpl.cc b/lib/src/HttpAppFrameworkImpl.cc index 1069303c..623d906a 100644 --- a/lib/src/HttpAppFrameworkImpl.cc +++ b/lib/src/HttpAppFrameworkImpl.cc @@ -850,7 +850,6 @@ void HttpAppFrameworkImpl::forward( const std::string &hostString, double timeout) { - req->setPath(req->getOriginalPath()); if (hostString.empty()) { HttpInternalForwardHelper::forward(req, std::move(callback));