@@ -195,6 +195,9 @@ std::string Uri::ToString ()
|
|||||||
if (!_parsed)
|
if (!_parsed)
|
||||||
return std::string ();
|
return std::string ();
|
||||||
|
|
||||||
|
if (is_local ())
|
||||||
|
return _data;
|
||||||
|
|
||||||
std::string result;
|
std::string result;
|
||||||
// strip password from _user
|
// strip password from _user
|
||||||
std::string::size_type pos = _user.find (":");
|
std::string::size_type pos = _user.find (":");
|
||||||
|
|||||||
Reference in New Issue
Block a user