Partially revert commit 93d8fb425d (#2156)

This commit is contained in:
Muhammad 2024-09-13 12:34:23 +03:00 committed by GitHub
parent 93d8fb425d
commit beec858eba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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));