Unverified Commit 727e7505 authored by honfika's avatar honfika Committed by GitHub

Merge pull request #696 from justcoding121/master

fix
parents 0c70019f 51abd031
......@@ -110,6 +110,7 @@ namespace Titanium.Web.Proxy.Http
{
var uri = new Uri(value);
Host = uri.Authority;
Authority = ByteString.Empty;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment