aspnetcore/test
David Fowler 0546dc21f4 Disable response buffering via the IHttpBufferingFeature (#379)
* Disable response buffering via the IHttpBufferingFeature
- To make sure SignalR works with servers and middleware
that do perform response buffering, disable it via the
IHttpBufferingFeature for SSE.
- Added test to verify buffering is disabled
2017-04-10 19:05:06 -07:00
..
Common Using common XUnitLoggerProvider 2017-03-27 16:19:40 -07:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests
…
Microsoft.AspNetCore.SignalR.Client.Tests Bugfix issue #355: Don't handle Invocation when no InvocationHandler … (#356) 2017-03-31 09:44:57 -07:00
Microsoft.AspNetCore.SignalR.Microbenchmarks
…
Microsoft.AspNetCore.SignalR.Tests React to CoreFx byte[] slice 2017-04-03 11:45:00 -07:00
Microsoft.AspNetCore.Sockets.Common.Tests
…
Microsoft.AspNetCore.Sockets.Tests Disable response buffering via the IHttpBufferingFeature (#379) 2017-04-10 19:05:06 -07:00
Microsoft.AspNetCore.WebSockets.Internal.ConformanceTest Using common XUnitLoggerProvider 2017-03-27 16:19:40 -07:00
Microsoft.Extensions.WebSockets.Internal.Tests Quickly fail the UFT-8 validation if the first byte is already invalid 2017-04-10 12:23:46 -07:00
WebSocketsTestApp
…