add asp 2.2.1 commits

This commit is contained in:
Lee Coward 2019-01-07 13:51:59 -08:00
parent c97b7c23bf
commit eaa90ba3c3

View file

@ -19,3 +19,11 @@ This is a curated list of commits across the .NET Core 2.2.1 development cycle.
## CoreFX
* [`[8268b1acc6]`](https://github.com/dotnet/corefx/commit/8268b1acc6) QueryDirectoryFile requires 64 bit alignment to work on ARM32. (#33713) (#33754)
## ASPNetCore
* [`[edcee859f0]`](https://github.com/aspnet/AspNetCore/commit/edcee859f0) Convert Identity to Reference (#6086)
* [`[019ba081d3]`](https://github.com/aspnet/AspNetCore/commit/019ba081d3) Fix flakiness in RequestsCanBeAbortedMidRead (#4881)
* [`[96ea326664]`](https://github.com/aspnet/AspNetCore/commit/96ea326664) Document custom reference resolution (#4806)
* [`[0646bb98b0]`](https://github.com/aspnet/AspNetCore/commit/0646bb98b0) Call Flush With fMoreData=false when response isn't allowed to have body (#4403)
* [`[f7c26f9912]`](https://github.com/aspnet/AspNetCore/commit/f7c26f9912) [2.2.1] Use non-pinnable buffer for zero byte read (#4066)