aspnetcore/test
David Fowler 239b691ff5 A few HttpParser changes (#1624)
- Renamed KestrelHttpParser to HttpParser
- Removed the generic virtual dispatch as it turns out to be an
order of magnitude slower than regular virtual dispatch. This change
means we also lose the inlining of Frame.OnStartLine and Frame.OnHeader.
2017-04-07 08:35:53 -07:00
..
Microsoft.AspNetCore.Server.Kestrel.Core.Tests A few HttpParser changes (#1624) 2017-04-07 08:35:53 -07:00
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests
Microsoft.AspNetCore.Server.Kestrel.Performance A few HttpParser changes (#1624) 2017-04-07 08:35:53 -07:00
Microsoft.AspNetCore.Server.Kestrel.Tests
Microsoft.AspNetCore.Server.Transport.Libuv.Tests
shared A few HttpParser changes (#1624) 2017-04-07 08:35:53 -07:00