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
Kestrel.InMemory.FunctionalTests Measure the rate of all HTTP/2 output (#3067) 2018-10-31 15:34:17 -07:00
Kestrel.Tests
Kestrel.Transport.BindTests
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 Test LibuvConstants.IsConnectionReset 2018-10-04 15:40:09 -07:00
Kestrel.Transport.Sockets.BindTests
Kestrel.Transport.Sockets.FunctionalTests
SystemdActivation
shared
Directory.Build.props
xunit.runner.json