aspnetcore/test/Kestrel.InMemory.Functional...
Stephen Halter d50c0c13b9
Measure the rate of all HTTP/2 output (#3067)
Prior to this, only the response body counted toward the HTTP/2 response data rate. This PR aligns the HTTP/2 logic closer to the HTTP/1.x logic and measures the rate for all HTTP/2 response data.

This PR also accounts for all response bytes written, not just those that immediately induced backpressure.
2018-10-31 15:34:17 -07:00
..
Http2 Measure the rate of all HTTP/2 output (#3067) 2018-10-31 15:34:17 -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 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 Initialize Heartbeat in KestrelServer.StartAsync (#2939) 2018-09-17 16:43: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 Measure the rate of all HTTP/2 output (#3067) 2018-10-31 15:34:17 -07:00
ResponseTests.cs Add HTTP/2 response draining timeout (#2956) 2018-09-27 17:59:12 -07:00
UpgradeTests.cs