aspnetcore/test
Nate McMaster 7a3a731686 Refactor address binding and handle EAFNOSUPPORT
- Simplify KestrelServer by refactoring address binding into a separate class
 - Use strategy pattern to implement address binding for different sceanrios
 - Add fallback from binding 0.0.0.0 if binding to [::] fails (can happen if UvException with EAFNOSUPPORT is thrown)
2017-04-19 15:58:12 -07:00
..
Microsoft.AspNetCore.Server.Kestrel.Core.Tests Refactor address binding and handle EAFNOSUPPORT 2017-04-19 15:58:12 -07:00
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Refactor address binding and handle EAFNOSUPPORT 2017-04-19 15:58:12 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance
Microsoft.AspNetCore.Server.Kestrel.Tests
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv.Tests
shared