aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler e4af3f7e35 Expose a UseTransportThread property on KestrelServerOptions (#1695)
- This property will force Kestrel to use whatever scheduler the transport
used when write and read callbacks are fired. The default value is false so
all calls to user code including connection adapters, and the application function,
and cancellation token callbacks.
- Transports may expose configuration that changes what the transport thread is.
- Removed InternalKestrelServerOptions.cs
- Added a configurable UseSockets overload (even though there are no options yet)
- Remove RequiresDispatch from the IConnectionInformation
2017-04-17 12:58:28 -07:00
..
TestHelpers
AsciiDecoding.cs
ChunkWriterTests.cs
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs Fix tests using Heartbeat 2017-04-14 16:26:27 -07:00
FrameHeadersTests.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs
FrameResponseHeadersTests.cs Specialized struct generics rather than interface (#1640) 2017-04-10 19:30:18 -07:00
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 Specialized struct generics rather than interface (#1640) 2017-04-10 19:30:18 -07:00
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 Specialized struct generics rather than interface (#1640) 2017-04-10 19:30:18 -07:00
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