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 Upgrade to RC.3 2017-01-31 16:23:23 -08:00
DummyApplication.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
HttpClientSlim.cs Better logging for connection errors during HTTPS handshake 2016-08-03 11:15:15 -07:00
HttpParsingData.cs Split transport-specific tests and general tests into distinct test projects (#1588). 2017-04-06 19:09:40 -07:00
KestrelTestLoggerFactory.cs Warn instead of throw when ignoring IServerAddressesFeature 2017-01-19 11:36:19 -08:00
LifetimeNotImplemented.cs Move TestServer to shared directory. 2016-09-06 12:47:24 -07:00
MockSocketOutput.cs Use corefxlab and corefx by source (#1612) 2017-04-05 15:37:45 -07:00
MockSystemClock.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
PassThroughConnectionAdapter.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
StringExtensions.cs Log rejected request targets. 2017-03-12 18:37:08 -07:00
TestApp.cs Abort request on client FIN (#1139). 2016-12-13 12:03:33 -08:00
TestApplicationErrorLogger.cs Split transport-specific tests and general tests into distinct test projects (#1588). 2017-04-06 19:09:40 -07:00
TestConnection.cs Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
TestFrame.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
TestKestrelTrace.cs Rename namespaces/directories/classes in Kestrel.Core and Transport.Libuv (#1582). 2017-04-04 13:45:02 -07:00
TestResources.cs Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
TestServiceContext.cs A few HttpParser changes (#1624) 2017-04-07 08:35:53 -07:00