aspnetcore/test/Kestrel.InMemory.Functional...
Stephen Halter 6d375e9027
Wait for reads before advancing clock in Http2TimeoutTests (#3090)
Prior to this change, HTTP/2 read rate limit tests would fail when the stalled read started after the test started advancing the clock.
2018-11-13 11:33:48 -08:00
..
Http2 Wait for reads before advancing clock in Http2TimeoutTests (#3090) 2018-11-13 11:33:48 -08: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 Implement MinResponseDataRate for HTTP/2 (#3003) 2018-10-12 13:15:46 -07:00
HttpsConnectionAdapterTests.cs
HttpsTests.cs Add interop tests with headless chrome 2018-10-25 10:38:41 -07:00
KeepAliveTimeoutTests.cs Initialize Heartbeat in KestrelServer.StartAsync (#2939) 2018-09-17 16:43:30 -07:00
Kestrel.InMemory.FunctionalTests.csproj
LoggingConnectionAdapterTests.cs Add interop tests with headless chrome 2018-10-25 10:38:41 -07:00
MaxRequestBodySizeTests.cs
MaxRequestLineSizeTests.cs
RequestBodyTimeoutTests.cs Don't count long tick intervals against rate measurements (#3070) 2018-11-02 10:58:30 -07:00
RequestHeaderLimitsTests.cs
RequestHeadersTimeoutTests.cs Measure the rate of all HTTP/2 output (#3067) 2018-10-31 15:34:17 -07:00
RequestTargetProcessingTests.cs
RequestTests.cs Fix test flakiness caused by not reading in a loop (#3023) 2018-10-16 18:15:46 -07:00
ResponseDrainingTests.cs Don't count long tick intervals against rate measurements (#3070) 2018-11-02 10:58:30 -07:00
ResponseTests.cs Add HTTP/2 response draining timeout (#2956) 2018-09-27 17:59:12 -07:00
UpgradeTests.cs