aspnetcore/test/shared
David Fowler 02a4342908 Made changes to TakeSingleHeader (#1453)
* Made changes to TakeSingleHeader
- Remove state machine and just parse in place
- Inline OnHeader into TakeSingleHeader
- Use IndexOfVectorized instead of custom indexof
- Normalize header whitespace error
- Combine IndexOf and IndexOfAny into a single IndexOfNameEnd call
2017-03-07 08:58:55 -08:00
..
TestResources
DummyApplication.cs
HttpClientSlim.cs
HttpParsingData.cs Made changes to TakeSingleHeader (#1453) 2017-03-07 08:58:55 -08:00
KestrelTestLoggerFactory.cs
LifetimeNotImplemented.cs
MockConnection.cs
MockSocketOutput.cs
MockSystemClock.cs
PassThroughConnectionAdapter.cs Use pass through connection adapter instead of ssl for max buffer size tests (#1391) 2017-02-23 08:04:43 -08:00
TestApp.cs
TestApplicationErrorLogger.cs
TestConnection.cs
TestFrame.cs
TestKestrelTrace.cs
TestResources.cs Bump test projects up to .NET 4.5.2 2017-02-14 09:21:44 -08:00
TestServer.cs
TestServiceContext.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00