aspnetcore/src/Shared
Stephen Halter e727101957
Work around potential race in PipeWriter Redux (#11065)
- Make sure we always await the last flush task before calling FlushAsync
  again instead of preemptively calling FlushAsync and checking to see
  if the ValueTask is incomplete before bothering to acquire the _flushLock
- This now acquires the _flushLock fore every call to Response.Body.Write
  whereas this only happened for truly async writes before.
- I don't think this is a big concern since this should normally be uncontested,
  and DefaultPipeWriter.FlushAsync/GetResult already acquire a lock.
2019-06-13 20:03:29 -07:00
..
Buffers.MemoryPool Work around potential race in PipeWriter Redux (#11065) 2019-06-13 20:03:29 -07:00
Buffers.Testing
CertificateGeneration Add versioning to dotnet-dev-certs (#10908) 2019-06-05 22:04:27 -07:00
ChunkingCookieManager [MVC][Fixes #8426]TempData does not clear when using __Host- as cookiename prefix (#9741) 2019-04-25 17:32:12 +02:00
ClosedGenericMatcher
CopyOnWriteDictionary
Diagnostics
E2ETesting Only run selenium tests when build java is specified (#11018) 2019-06-10 14:35:27 -07:00
ErrorPage Display startup errors in ANCM (#8518) 2019-04-18 13:48:48 -07:00
EventSource.Testing Convert SignalR EventSource usage to new pattern (#11130) 2019-06-13 18:40:00 -07:00
HttpSys Handle a few other potentially null properties (#10053) 2019-05-14 18:08:05 -07:00
ObjectMethodExecutor Remove use of GetRuntimeInterfaceMap in IsTypeAwaitable (#10572) 2019-06-05 10:58:54 -07:00
Process
PropertyActivator Use throws expressions and expression bodied members (#10764) 2019-06-06 09:56:12 -07:00
PropertyHelper Use throws expressions and expression bodied members (#10764) 2019-06-06 09:56:12 -07:00
RangeHelper
Razor
RazorViews Display startup errors in ANCM (#8518) 2019-04-18 13:48:48 -07:00
SecurityHelper
StackTrace Display startup errors in ANCM (#8518) 2019-04-18 13:48:48 -07:00
SyncPoint Dylan/request throttle (#10413) 2019-05-27 14:46:14 -07:00
UrlDecoder
ValueTaskExtensions
WebEncoders Spanified Webencoders.Base64UrlEncode (#11047) 2019-06-10 18:18:31 -07:00
test Add CertificateAuthentication (#9756) 2019-05-31 22:49:40 -07:00
NullScope.cs