aspnetcore/test/Kestrel.Core.Tests
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
..
Properties
TestHelpers
AddressBinderTests.cs Implement #2230 - Consume BindingAddress instead of ServerAddress (#2975) 2018-10-05 10:34:00 -07:00
AsciiDecoding.cs
BufferReaderTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
BufferWriterTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
ChunkWriterTests.cs
ConnectionDispatcherTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
DateHeaderValueManagerTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
DiagnosticMemoryPoolTests.cs
DynamicTableTests.cs
HPackDecoderTests.cs
HPackEncoderTests.cs
HPackIntegerTests.cs
HeartbeatTests.cs
Http1ConnectionTests.cs Add HTTP/2 request body data rate limit (#3051) 2018-10-26 10:46:46 -07:00
HttpConnectionManagerTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
HttpConnectionTests.cs Add HTTP/2 keep-alive and request header timeouts (#2992) 2018-10-08 17:06:15 -07:00
HttpHeadersTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
HttpParserTests.cs
HttpProtocolFeatureCollectionTests.cs Add HTTP/2 request body data rate limit (#3051) 2018-10-26 10:46:46 -07:00
HttpRequestHeadersTests.cs
HttpRequestStreamTests.cs Add HTTP/2 request body data rate limit (#3051) 2018-10-26 10:46:46 -07:00
HttpResponseHeadersTests.cs
HttpResponseStreamTests.cs
HttpUtilitiesTest.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
HuffmanTests.cs
IntegerDecoderTests.cs
IntegerEncoderTests.cs
Kestrel.Core.Tests.csproj
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs Implement #2230 - Consume BindingAddress instead of ServerAddress (#2975) 2018-10-05 10:34:00 -07:00
KnownStringsTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
ListenOptionsTests.cs Set default protocol to HTTP/1.x 2018-10-17 11:11:02 -07:00
MemoryPoolTests.cs
MessageBodyTests.cs Add HTTP/2 request body data rate limit (#3051) 2018-10-26 10:46:46 -07:00
MinDataRateTests.cs
OutputProducerTests.cs
PathNormalizerTests.cs
PipeOptionsTests.cs typos, inline outs, redundant usings (#2965) 2018-09-28 11:14:59 -07:00
PipelineExtensionTests.cs
ReasonPhrasesTests.cs
ResourceCounterTests.cs
ServerAddressTests.cs Implement #2230 - Consume BindingAddress instead of ServerAddress (#2975) 2018-10-05 10:34:00 -07:00
SlabMemoryPoolTests.cs
StreamsTests.cs Add HTTP/2 request body data rate limit (#3051) 2018-10-26 10:46:46 -07:00
StringUtilitiesTests.cs
ThrowingWasUpgradedWriteOnlyStreamTests.cs
TimeoutControlTests.cs Measure the rate of all HTTP/2 output (#3067) 2018-10-31 15:34:17 -07:00
UTF8Decoding.cs