Allow file:// based Uri's to be used in HttpClient when the BaseAddress is set
commit580defd967aa3c0bbdc985ca001bad28c6fdec80
authorSteve Pfister <steveisok@users.noreply.github.com>
Tue, 27 Aug 2019 17:54:52 +0000 (27 13:54 -0400)
committerGitHub <noreply@github.com>
Tue, 27 Aug 2019 17:54:52 +0000 (27 13:54 -0400)
tree3d255ae94783d43da23b5df4f0de86b4cf451463
parent8d422436f528e12d49f5f6f3fa4012a14143d905
Allow file:// based Uri's to be used in HttpClient when the BaseAddress is set

Fixes https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_workitems/edit/967582

Bumps the HttpClient part in mono/corefx at: https://github.com/mono/corefx/commit/ee3acec16b37bec5016da129e1e3840097ca629b

The test that would have caught this failure was disabled previously via:
https://github.com/mono/mono/commit/2f411750acfd2132f9b4970ef8cf11d9a0f62df9
external/corefx
mcs/class/System.Net.Http/HttpRequestMessage.Mono.cs
mcs/class/System.Net.Http/Test/System.Net.Http/HttpClientTest.cs