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 Fix graceful closing of pipes (#1882) 2018-04-06 10:59:40 -07:00
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 0 byte read in WebSockets (#1878) 2018-04-05 18:50:30 -07:00
WebSocketsTests.cs Fix build (#1825) 2018-04-03 11:45:05 +12:00