aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler 7a53e07623
Parse data as it comes in off the wire in the .NET client and server (#1766)
- Change websockets and the POST end point to send data unbuffered.
- Update tests to handle partial frames
2018-03-29 10:03:59 -07:00
..
HttpConnectionTests.ConnectionLifecycle.cs Fix more flaky tests (#1750) 2018-03-28 15:27:40 -07:00
HttpConnectionTests.Helpers.cs
HttpConnectionTests.Negotiate.cs Handshake and negotiation optimization (#1731) 2018-03-29 17:50:45 +13:00
HttpConnectionTests.Transport.cs
HttpConnectionTests.cs
HubConnectionBuilderExtensionsTests.cs
HubConnectionBuilderTests.cs
HubConnectionTests.ConnectionLifecycle.cs
HubConnectionTests.Extensions.cs
HubConnectionTests.Helpers.cs
HubConnectionTests.Protocol.cs Parse data as it comes in off the wire in the .NET client and server (#1766) 2018-03-29 10:03:59 -07:00
HubConnectionTests.cs Change IHubProtocol interface to support partial parsing (#1745) 2018-03-28 12:08:16 -07:00
LongPollingTransportTests.cs
Microsoft.AspNetCore.SignalR.Client.Tests.csproj
ResponseUtils.cs
ServerSentEventsParserTests.cs
ServerSentEventsTransportTests.cs
SyncPoint.cs
TestConnection.cs Parse data as it comes in off the wire in the .NET client and server (#1766) 2018-03-29 10:03:59 -07:00
TestHttpMessageHandler.cs
TestTransport.cs
TestTransportFactory.cs