aspnetcore/src/Microsoft.AspNetCore.Http.C.../Properties
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
..
AssemblyInfo.cs Allocate pipe writer stream per connection (#1885) 2018-04-06 14:36:35 -07:00