Revert "Fix Uri.Host for IPv6 Link-local address (#29829)"#30062
Revert "Fix Uri.Host for IPv6 Link-local address (#29829)"#30062caesar-chen merged 1 commit intodotnet:masterfrom
Conversation
This reverts commit f7a8cf1.
|
@dotnet-bot test Outerloop Windows x64 Debug Build |
|
cc: @MarcoRossignoli |
|
cc: @Tratcher |
|
FYI this has been mitigated in Asp.Net's tests: dotnet/extensions#369. We're not dependent on any changes at your layer, but make sure you get SocketsHttpHandler Host header sorted out eventually. |
@Tratcher Although, it's ironic because Uri.IdnHost has the scope-id in it for IPv6 LinkLocal addresses but doesn't have the square brackets around the IPv6 address. |
|
That's only a test client and apparently it's not used for any IDN tests. |
…" (dotnet/corefx#30062) This reverts commit dotnet/corefx@f7a8cf1. Commit migrated from dotnet/corefx@e5bb0b5
This reverts commit f7a8cf1, which regressed ASP.NET. (https://github.com/dotnet/corefx/issues/28863#issuecomment-393993963)
We need to reconsider how to solve #28863