mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix url parsing in HttpsClient.
This commit is contained in:
@@ -371,8 +371,8 @@ bool HttpsClient::httpsParseUrl(const std::string strUrl, std::string& strDomain
|
||||
|
||||
if (bMatch)
|
||||
{
|
||||
strDomain = smMatch[0];
|
||||
strDomain = smMatch[1];
|
||||
strDomain = smMatch[2];
|
||||
}
|
||||
|
||||
return bMatch;
|
||||
|
||||
Reference in New Issue
Block a user