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

Commit 727e750

Browse files
authored
Merge pull request #696 from justcoding121/master
fix
2 parents 0c70019 + 51abd03 commit 727e750

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)