* 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 |
||
|---|---|---|
| .. | ||
| ConnectionManagerTests.cs | ||
| HttpConnectionDispatcherTests.cs | ||
| LongPollingTests.cs | ||
| Microsoft.AspNetCore.Sockets.Tests.csproj | ||
| ServerSentEventsTests.cs | ||
| TestWebSocketConnectionFeature.cs | ||
| WebSocketsTests.cs | ||