Bump CoreFX to pickup the fix for #14214. (#14821)
commit2b3a23c511657e7f764571caf6804c33e01b5a19
authorMartin Baulig <mabaul@microsoft.com>
Thu, 6 Jun 2019 02:14:15 +0000 (5 22:14 -0400)
committerSteve Pfister <steveisok@users.noreply.github.com>
Thu, 6 Jun 2019 02:14:14 +0000 (5 22:14 -0400)
tree9d5937c73cf07403a1a78eaaae5ce377c92e4f71
parent181a602acee3bcc1ac529ff41c254f794052ca71
Bump CoreFX to pickup the fix for #14214. (#14821)

HttpClient.SendAsync() should not attempt to read response body on a HEAD request.

* CoreFX PR https://github.com/dotnet/corefx/pull/38129.

* Backported in https://github.com/mono/corefx/pull/297.

* Fixes https://github.com/mono/mono/issues/14214.
external/corefx