aspnetcore/test
Geoff Kizer efa0a48fb1 Add initial Socket transport for Kestrel (#1659)
- This change adds the initial socket transport for Kestrel, all of the tests pass but there are still
a couple of things that aren't done yet.
- The functional tests support running both on both transports but tests aren't running for sockets right now. We need to parameterize these. 
- TimeoutServerTests hard code the libuv transport, this needs to support any transport.
- There is no handling of connection stopping on application shutdown. This is being implemented in kestrel core so transports don't need to handle it. Sockets won't be the default transport until that is the case.
- Performance needs to be looked at, today the SocketTransport doesn't dispatch by default and we're not buffering in kestrel.core, this can hurt as the number of kernel calls map 1:1 with application writes.
2017-04-13 23:10:06 -07:00
..
Microsoft.AspNetCore.Server.Kestrel.Core.Tests Add initial Socket transport for Kestrel (#1659) 2017-04-13 23:10:06 -07:00
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Add initial Socket transport for Kestrel (#1659) 2017-04-13 23:10:06 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance Add initial Socket transport for Kestrel (#1659) 2017-04-13 23:10:06 -07:00
Microsoft.AspNetCore.Server.Kestrel.Tests
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests Remove ListenOptions.Scheme and move IConnectionFilter to .Internal namespace 2017-04-13 09:45:26 -07:00
shared Remove ListenOptions.Scheme and move IConnectionFilter to .Internal namespace 2017-04-13 09:45:26 -07:00