mirror of
https://github.com/monero-project/monero.git
synced 2025-05-07 19:35:07 -04:00
initial [broken] update
This commit is contained in:
parent
0f42b2eba6
commit
333f975760
38 changed files with 849 additions and 232 deletions
|
@ -856,7 +856,7 @@ using namespace std;
|
|||
http::url_content u_c;
|
||||
bool res = parse_url(url, u_c);
|
||||
|
||||
if(!tr.is_connected())
|
||||
if(!tr.is_connected() && !u_c.host.empty())
|
||||
{
|
||||
CHECK_AND_ASSERT_MES(res, false, "failed to parse url: " << url);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue