aspnetcore/test/Microsoft.AspNetCore.Http.C...
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
..
ApplicationLifetime.cs
HttpConnectionDispatcherTests.cs Allocate pipe writer stream per connection (#1885) 2018-04-06 14:36:35 -07:00
HttpConnectionManagerTests.cs
LongPollingTests.cs
MapConnectionHandlerTests.cs
Microsoft.AspNetCore.Http.Connections.Tests.csproj Allocate pipe writer stream per connection (#1885) 2018-04-06 14:36:35 -07:00
NegotiateProtocolTests.cs
ServerSentEventsMessageFormatterTests.cs
ServerSentEventsTests.cs
TestWebSocketConnectionFeature.cs
WebSocketsTests.cs