aspnetcore/test/Microsoft.AspNetCore.Signal...
David Fowler c8d4cf689f
Tackling some low hanging performance fruit (#1470)
* Tackling some low hanging performance fruit
- Use native Memory/Span APIs on Stream and WebSocket in .NET Core 2.1
- Remove double copying in formatters
- Implemented custom HttpContent over ReadOnlyBuffer<byte>
2018-02-20 13:50:31 -08:00
..
HttpConnectionTests.AbortAsync.cs
HttpConnectionTests.ConnectionLifecycle.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.Helpers.cs
HttpConnectionTests.Negotiate.cs
HttpConnectionTests.OnReceived.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.SendAsync.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HttpConnectionTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
HubConnectionBuilderExtensionsTests.cs Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
HubConnectionBuilderTests.cs Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
HubConnectionExtensionsTests.cs Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
HubConnectionProtocolTests.cs add headers and revamp msgpack tests (#1382) 2018-02-07 09:36:29 -08:00
HubConnectionTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
LongPollingTransportTests.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
Microsoft.AspNetCore.SignalR.Client.Tests.csproj Split MsgPack into separate assembly (#1274) 2018-01-10 14:20:57 -08:00
ResponseUtils.cs
ServerSentEventsParserTests.cs React to pipeline changes (#1365) 2018-01-29 14:36:03 -08:00
ServerSentEventsTransportTests.cs Revert "Fix flaky SSE test (#1279)" 2018-02-16 19:01:54 -08:00
TaskQueueTests.cs
TestConnection.cs Tackling some low hanging performance fruit (#1470) 2018-02-20 13:50:31 -08:00
TestHttpMessageHandler.cs
TestTransport.cs Client pipelines (#1435) 2018-02-12 22:27:43 -08:00
TestTransportFactory.cs