aspnetcore/test/shared
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
..
TestResources
DummyApplication.cs
HttpClientSlim.cs
HttpParsingData.cs Split transport-specific tests and general tests into distinct test projects (#1588). 2017-04-06 19:09:40 -07:00
KestrelTestLoggerFactory.cs
LifetimeNotImplemented.cs
MockSocketOutput.cs Use corefxlab and corefx by source (#1612) 2017-04-05 15:37:45 -07:00
MockSystemClock.cs
PassThroughConnectionAdapter.cs
StringExtensions.cs
TestApp.cs
TestApplicationErrorLogger.cs Split transport-specific tests and general tests into distinct test projects (#1588). 2017-04-06 19:09:40 -07:00
TestConnection.cs
TestFrame.cs
TestKestrelTrace.cs
TestResources.cs
TestServiceContext.cs A few HttpParser changes (#1624) 2017-04-07 08:35:53 -07:00