aspnetcore/test/Kestrel.Core.Tests
David Fowler a37fa83aee
Fixed a parser bug found when trying out the array pool (#2450)
- When using the array pool, we get terrible block density and as a result
the header parser was failing.
- This fixes the case where the parser needed to skip 2 blocks at the end
(which is unrealistic). Comparing the current index to the reader index is incorrect
since we may end up at the same index in another segment.
2018-04-01 00:04:02 -07:00
..
TestHelpers
AddressBinderTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
AsciiDecoding.cs
ChunkWriterTests.cs
ConnectionDispatcherTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
DateHeaderValueManagerTests.cs
DynamicTableTests.cs
HPackDecoderTests.cs
HPackEncoderTests.cs
HeartbeatTests.cs
Http1ConnectionTests.cs Host header format validation 2018-03-13 16:37:03 -07:00
Http2ConnectionTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
HttpConnectionManagerTests.cs
HttpConnectionTests.cs
HttpHeadersTests.cs
HttpParserTests.cs Fixed a parser bug found when trying out the array pool (#2450) 2018-04-01 00:04:02 -07:00
HttpProtocolFeatureCollectionTests.cs
HttpRequestHeadersTests.cs
HttpRequestStreamTests.cs
HttpResponseHeadersTests.cs
HttpResponseStreamTests.cs
HttpUtilitiesTest.cs Host header format validation 2018-03-13 16:37:03 -07:00
HuffmanTests.cs
IntegerDecoderTests.cs
IntegerEncoderTests.cs
Kestrel.Core.Tests.csproj Fix MicrosoftExtensionsBuffersTestingSources package version variable 2018-03-08 15:24:20 -08:00
KestrelEventSourceTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
KnownStringsTests.cs
ListenOptionsTests.cs Copy connection middleware when using ListenLocalHost (#2447) 2018-03-31 07:29:35 -07:00
MessageBodyTests.cs
MinDataRateTests.cs
OutputProducerTests.cs
PathNormalizerTests.cs
PipeOptionsTests.cs Renames from API review (#2413) 2018-03-22 21:38:14 -07:00
PipelineExtensionTests.cs Prepare to 0 byte flush change (#2442) 2018-03-29 20:27:54 -07:00
ReasonPhrasesTests.cs
ResourceCounterTests.cs
ServerAddressTests.cs
StreamsTests.cs
StringUtilitiesTests.cs
TestInput.cs
ThrowingWriteOnlyStreamTests.cs