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 Make LibuvTransport(Factory) pubternal (#2426) 2018-03-26 11:39:51 -07:00
Kestrel.Transport.Libuv.FunctionalTests Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
Kestrel.Transport.Libuv.Tests Make LibuvTransport(Factory) pubternal (#2426) 2018-03-26 11:39:51 -07:00
Kestrel.Transport.Sockets.FunctionalTests Update to new corefx (#2369) 2018-03-08 14:23:07 -08:00
SystemdActivation React to aspnet/BuildTools#611 (#2409) 2018-03-23 12:49:16 -07:00
shared Remove KestrelThreadPool abstraction and replaced it with PipeScheduler (#2371) 2018-03-12 14:49:19 -07:00
Directory.Build.props Update samples and tests to target netcoreapp2.1 2017-11-16 14:43:15 -08:00
xunit.runner.json