Commit 51abd031 authored by Honfika's avatar Honfika

fix

parent 9be5226b
...@@ -110,6 +110,7 @@ namespace Titanium.Web.Proxy.Http ...@@ -110,6 +110,7 @@ namespace Titanium.Web.Proxy.Http
{ {
var uri = new Uri(value); var uri = new Uri(value);
Host = uri.Authority; 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