aspnetcore/test/Kestrel.InMemory.Functional...
David Fowler 6dc55a0462
Don't preserve the ExecutionContext when dispatching callbacks (#2861)
* Don't preserve the ExecutionContext when dispatching callbacks
- The layers up stack already preserve and restore the ExecutionContext, there's no need to capture and run for the scheduler callback and cancellation token callback
2018-08-28 09:32:33 -07:00
..
Http2 Implement MaxFrameSize and HeaderTableSize for HTTP/2 2018-08-24 11:07:41 -07:00
Properties
TestTransport Don't preserve the ExecutionContext when dispatching callbacks (#2861) 2018-08-28 09:32:33 -07:00
BadHttpRequestTests.cs Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
CertificateLoaderTests.cs
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionAdapterTests.cs
ConnectionLimitTests.cs
DefaultHeaderTests.cs
EventSourceTests.cs
HttpConnectionManagerTests.cs
HttpProtocolSelectionTests.cs Limit concurrent HTTP/2 Streams per connection #2815 2018-08-15 15:58:57 -07:00
HttpsConnectionAdapterTests.cs
HttpsTests.cs Fix race when SystemClock is accessed before first heartbeat (#2851) 2018-08-27 10:59:29 -07:00
KeepAliveTimeoutTests.cs Fix race when SystemClock is accessed before first heartbeat (#2851) 2018-08-27 10:59:29 -07:00
Kestrel.InMemory.FunctionalTests.csproj Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
LoggingConnectionAdapterTests.cs
MaxRequestBodySizeTests.cs
MaxRequestLineSizeTests.cs
RequestBodyTimeoutTests.cs Fix race when SystemClock is accessed before first heartbeat (#2851) 2018-08-27 10:59:29 -07:00
RequestHeaderLimitsTests.cs
RequestHeadersTimeoutTests.cs Fix race when SystemClock is accessed before first heartbeat (#2851) 2018-08-27 10:59:29 -07:00
RequestTargetProcessingTests.cs
RequestTests.cs Fix race when SystemClock is accessed before first heartbeat (#2851) 2018-08-27 10:59:29 -07:00
ResponseTests.cs Improve test logs (#2826) 2018-08-15 18:31:56 -07:00
UpgradeTests.cs General connection management (#2834) 2018-08-22 20:35:28 -07:00