aspnetcore/src
David Fowler a1d75df47d Use new Memory<byte> APIs on SocketAsyncEventArgs (#2173)
- This should improve the performance of handling buffers by (eventually)
removing GCHandle churn for Kestrel's already pinned buffers.
- Made the Sockets transport target both netcoreapp2.1 and netstandard2.0 to use new
APIs
- Disable API check for the sockets transport
2017-11-20 11:36:09 -08:00
..
Kestrel
Kestrel.Core #2139 Add ListenLocalhost and ListenAnyIP 2017-11-16 16:14:17 -08:00
Kestrel.Https
Kestrel.Tls
Kestrel.Transport.Abstractions
Kestrel.Transport.Libuv
Kestrel.Transport.Sockets Use new Memory<byte> APIs on SocketAsyncEventArgs (#2173) 2017-11-20 11:36:09 -08:00
Protocols.Abstractions
Directory.Build.props