aspnetcore/test
David Fowler 5b175beea8 Change SendFileAsync to use a fallback implementation instead of throwing
- If the user wants to use the SendFile API directly then they can access the feature
explicitly.
- Removed SupportsSendFile
- Don't check for existence, let FileStream throw
- Updated Doc comments
- Pass the buffer into StreamCopyOperation
- Using a real using instead of try finally.
2015-12-02 22:37:53 -08:00
..
Microsoft.AspNet.Http.Abstractions.Tests Adding exception message for paths not starting with / #251 2015-11-16 10:21:02 -08:00
Microsoft.AspNet.Http.Extensions.Tests Change SendFileAsync to use a fallback implementation instead of throwing 2015-12-02 22:37:53 -08:00
Microsoft.AspNet.Http.Features.Tests
Microsoft.AspNet.Http.Tests Set IHttpContextAccessor only if DI provides it 2015-11-18 09:15:27 -08:00
Microsoft.AspNet.Owin.Tests Removing ApplicationServices from HttpContext #466 2015-11-19 09:34:38 -08:00
Microsoft.AspNet.WebUtilities.Tests
Microsoft.Extensions.WebEncoders.Tests
Microsoft.Net.Http.Headers.Tests