aspnetcore/test
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
..
Kestrel.Core.Tests Measure the rate of all HTTP/2 output (#3067) 2018-10-31 15:34:17 -07:00
Kestrel.H2Spec.FunctionalTests Add interop tests with headless chrome 2018-10-25 10:38:41 -07:00
Kestrel.InMemory.FunctionalTests Measure the rate of all HTTP/2 output (#3067) 2018-10-31 15:34:17 -07:00
Kestrel.Tests Add interop tests with headless chrome 2018-10-25 10:38:41 -07:00
Kestrel.Transport.BindTests Add interop tests with headless chrome 2018-10-25 10:38:41 -07:00
Kestrel.Transport.FunctionalTests Add more chrome test logging 2018-10-29 16:56:10 -07:00
Kestrel.Transport.Libuv.BindTests
Kestrel.Transport.Libuv.FunctionalTests
Kestrel.Transport.Libuv.Tests
Kestrel.Transport.Sockets.BindTests
Kestrel.Transport.Sockets.FunctionalTests
SystemdActivation
shared Add interop tests with headless chrome 2018-10-25 10:38:41 -07:00
Directory.Build.props
xunit.runner.json