aspnetcore/test
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
..
Kestrel.Core.Tests Fixed a parser bug found when trying out the array pool (#2450) 2018-04-01 00:04:02 -07:00
Kestrel.FunctionalTests Skip flaky test 2018-03-29 08:48:40 -07:00
Kestrel.Tests
Kestrel.Transport.Libuv.FunctionalTests
Kestrel.Transport.Libuv.Tests
Kestrel.Transport.Sockets.FunctionalTests
SystemdActivation
shared
Directory.Build.props
xunit.runner.json