aspnetcore/test/Microsoft.AspNetCore.Server...
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
..
TestHelpers
AddressBinderTests.cs Refactor address binding and handle EAFNOSUPPORT 2017-04-19 15:58:12 -07:00
AsciiDecoding.cs
ChunkWriterTests.cs
DateHeaderValueManagerTests.cs Fix tests using Heartbeat 2017-04-14 16:26:27 -07:00
FrameHeadersTests.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs
FrameResponseHeadersTests.cs
FrameResponseStreamTests.cs
FrameTests.cs Reject HTTP/1.1 requests that do not have a correct Host header 2017-04-14 15:48:21 -07:00
HeartbeatTests.cs Fixed flaky test 2017-04-14 19:25:32 -07:00
HttpParserTests.cs
HttpUtilitiesTest.cs
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs Make IServer Start and Stop async 2017-04-12 22:23:05 -07:00
MessageBodyTests.cs
Microsoft.AspNetCore.Server.Kestrel.Core.Tests.csproj
OutputProducerTests.cs
PathNormalizerTests.cs
PipeOptionsTests.cs Expose a UseTransportThread property on KestrelServerOptions (#1695) 2017-04-17 12:58:28 -07:00
PipelineExtensionTests.cs
ServerAddressTests.cs
StreamSocketOutputTests.cs
TestInput.cs Make timeout logic transport agnostic (#1649) 2017-04-12 16:15:46 -07:00
xunit.runner.json