aspnetcore/test
David Fowler f632330d7f
Allocate pipe writer stream per connection (#1885)
- Don't create the PipeWriterStream per operation, make it per Connection
- Reduce the buffer size for CopyToAsync operations to 4K where possible instead of 81K (the default)
2018-04-06 14:36:35 -07:00
..
Microsoft.AspNetCore.Http.Connections.Tests Allocate pipe writer stream per connection (#1885) 2018-04-06 14:36:35 -07:00
Microsoft.AspNetCore.SignalR.Client.FunctionalTests HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
Microsoft.AspNetCore.SignalR.Client.Tests HttpTransportType refactor (#1873) 2018-04-06 16:18:47 +12:00
Microsoft.AspNetCore.SignalR.Common.Tests
Microsoft.AspNetCore.SignalR.Redis.Tests
Microsoft.AspNetCore.SignalR.Tests Don't throw from Observer's OnNext (#1872) 2018-04-06 00:35:04 -07:00
Microsoft.AspNetCore.SignalR.Tests.Utils
Directory.Build.props
xunit.runner.json