aspnetcore/test/Kestrel.InMemory.Functional...
Stephen Halter f91ae20a3c
Improve RequestAborted token handling (#2977)
- Improve test reliability of tests verifying the RequestAborted token gets tripped
- Once the response body is completed, don't fire the token for that request even if it is accessed later on.
2018-10-04 16:48:50 -07:00
..
Http2 Disallow any frames after a reset is received #2154 2018-10-04 09:40:21 -07:00
Properties
TestTransport Improve RequestAborted token handling (#2977) 2018-10-04 16:48:50 -07:00
BadHttpRequestTests.cs
CertificateLoaderTests.cs
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionAdapterTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
ConnectionLimitTests.cs Improve RequestAborted token handling (#2977) 2018-10-04 16:48:50 -07:00
DefaultHeaderTests.cs
EventSourceTests.cs
HttpConnectionManagerTests.cs
HttpProtocolSelectionTests.cs
HttpsConnectionAdapterTests.cs
HttpsTests.cs
KeepAliveTimeoutTests.cs
Kestrel.InMemory.FunctionalTests.csproj
LoggingConnectionAdapterTests.cs
MaxRequestBodySizeTests.cs
MaxRequestLineSizeTests.cs
RequestBodyTimeoutTests.cs
RequestHeaderLimitsTests.cs
RequestHeadersTimeoutTests.cs Add HTTP/2 response draining timeout (#2956) 2018-09-27 17:59:12 -07:00
RequestTargetProcessingTests.cs
RequestTests.cs
ResponseDrainingTests.cs Add HTTP/2 response draining timeout (#2956) 2018-09-27 17:59:12 -07:00
ResponseTests.cs Add HTTP/2 response draining timeout (#2956) 2018-09-27 17:59:12 -07:00
UpgradeTests.cs