mirror of
https://github.com/opensim/opensim.git
synced 2026-05-20 07:05:46 +08:00
actually commit the uri fix
This commit is contained in:
@@ -344,7 +344,7 @@ namespace OSHttpServer
|
||||
case "host":
|
||||
try
|
||||
{
|
||||
m_uri = new Uri(Secure ? "https://" : "http://" + value + m_uriPath);
|
||||
m_uri = new Uri((Secure ? "https://" : "http://") + value + m_uriPath);
|
||||
m_uriPath = m_uri.AbsolutePath;
|
||||
}
|
||||
catch (UriFormatException err)
|
||||
|
||||
Reference in New Issue
Block a user