Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Commit 51abd03

Browse files
committed
fix
1 parent 9be5226 commit 51abd03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Titanium.Web.Proxy/Http/Request.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ public string RequestUriString
110110
{
111111
var uri = new Uri(value);
112112
Host = uri.Authority;
113+
Authority = ByteString.Empty;
113114
}
114115
}
115116
}

0 commit comments

Comments
 (0)