Merge pull request #454 from christianspecht/christianspecht-patch-1

Fix broken links to CoreFX commits
This commit is contained in:
Lee Coward 2017-01-27 10:40:05 -08:00 committed by GitHub
commit 3ece64c757

View file

@ -16,11 +16,11 @@ The fix list below includes a number of components under the .NET Core umbrella
### CoreFX
* [`[7d3826f]`](https://github.com/dotnet/coreclr/commit/7d3826f) Fix leak of WinHttpRequestState objects during HTTP resends
* [`[54930f3]`](https://github.com/dotnet/coreclr/commit/54930f3) Fix WinHttpHandler to deal with nonstandard HTTP auth responses
* [`[2beedc5]`](https://github.com/dotnet/coreclr/commit/2beedc5) Fix WinHttpHandler for Basic auth with default credentials
* [`[b7f2f69]`](https://github.com/dotnet/coreclr/commit/b7f2f69) Fix WinHttpHandler uri escaping for HTTP requests
* [`[b52c709]`](https://github.com/dotnet/coreclr/commit/b52c709) Add OSX 10.12 support to the RID graph.
* [`[7d3826f]`](https://github.com/dotnet/corefx/commit/7d3826f) Fix leak of WinHttpRequestState objects during HTTP resends
* [`[54930f3]`](https://github.com/dotnet/corefx/commit/54930f3) Fix WinHttpHandler to deal with nonstandard HTTP auth responses
* [`[2beedc5]`](https://github.com/dotnet/corefx/commit/2beedc5) Fix WinHttpHandler for Basic auth with default credentials
* [`[b7f2f69]`](https://github.com/dotnet/corefx/commit/b7f2f69) Fix WinHttpHandler uri escaping for HTTP requests
* [`[b52c709]`](https://github.com/dotnet/corefx/commit/b52c709) Add OSX 10.12 support to the RID graph.
### ASP.NET Core