aspnetcore/test/Microsoft.AspNet.Mvc.Core.Test
Ryan Nowak c304984a8d Fix #3501 - Issues with Flush
Calling Flush[Async]() on the writer will NOT flush the stream.
Calling Flush[Async]() in Razor will flush both the writer and the stream.

Our normal flow will be to flush the writer, but not the stream. This
avoids chunking, but allows us to do a WriteAsync on the stream as part of
the call to FlushAsync. This is done to avoid a synchronous write due to
Dispose calling Flush on the writer, which needs to call Write on the
stream.

See issue for extensive background.
2016-01-07 14:52:22 -08:00
..
ApplicationModel OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
Builder
Controllers Optimize allocations in argument binder 2015-12-29 09:26:59 -08:00
DependencyInjection OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
Filters
Formatters FormatFilter overrides content type set explicitly by the developer 2015-12-30 13:20:56 -08:00
Infrastructure Rename ActionDescriptorsCollection 2016-01-07 10:26:12 -08:00
Internal
ModelBinding Rename DictionaryBasedValueProvider to RouteValueProvider 2015-12-29 18:51:47 -08:00
Properties
Routing Rename ActionDescriptorsCollection 2016-01-07 10:26:12 -08:00
BadRequestObjectResultTests.cs
BadRequestResultTests.cs
BindAttributeTest.cs
ChallengeResultTest.cs
ConsumesAttributeTests.cs
ContentResultTest.cs
ControllerBaseTest.cs Mock `HttpContext`, not `DefaultHttpContext` 2016-01-03 14:25:42 -08:00
CreatedAtActionResultTests.cs OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
CreatedAtRouteResultTests.cs OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
CreatedResultTests.cs OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
EmptyResultTests.cs
FileContentResultTest.cs
FileResultTest.cs
FileStreamResultTest.cs
FlushReportingStream.cs
ForbidResultTest.cs
HttpMethodConstraintTest.cs
HttpNotFoundObjectResultTest.cs
HttpNotFoundResultTests.cs
HttpOkObjectResultTest.cs OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
HttpOkResultTest.cs
HttpResponseStreamWriterTest.cs Fix #3501 - Issues with Flush 2016-01-07 14:52:22 -08:00
HttpStatusCodeResultTests.cs
HttpUnauthorizedResultTests.cs
LocalRedirectResultTest.cs
Microsoft.AspNet.Mvc.Core.Test.xproj
MvcOptionsTest.cs Remove a test that tests Dictionary 2015-12-30 16:55:51 -08:00
NonDisposableStreamTest.cs
ObjectResultTests.cs
PhysicalFileResultTest.cs
ProducesAttributeTests.cs
RedirectResultTest.cs
RedirectToActionResultTest.cs
RedirectToRouteResultTest.cs
RequireHttpsAttributeTests.cs
ResponseCacheAttributeTest.cs OptionsModel => Options rename 2015-12-21 15:00:31 -08:00
SerializableErrorTests.cs
TestBufferingFeature.cs
VirtualFileResultTest.cs
project.json