aspnetcore/test/Microsoft.AspNetCore.Server...
David Fowler 537b06f025 Interleave multispan and single span code path (#1442)
- Attempt at making the reader better for multispan parsing
- Try tighter inner loop
- Fix boundary case and clean code up
- Update the cursor once instead of after every header
- Fix errors with not updating consumed state on incomplete header payload
- Filled a test hole, removed a condition that should never happen
- Avoid struct copies every iteration when parsing headers
2017-03-06 09:06:28 -08:00
..
TestHelpers Add an option to Kestrel to disable threadpool dispatching 2017-02-28 10:14:58 -08:00
AsciiDecoding.cs
ChunkWriterTests.cs
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionAdapterTests.cs Merge branch 'benaadams/flush' into dev 2017-01-23 09:36:29 -08:00
ConnectionTests.cs Add an option to Kestrel to disable threadpool dispatching 2017-02-28 10:14:58 -08:00
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs Use HeaderUtilities.FormatDate in DateHeaderValueManager (#1132) 2016-10-06 11:56:49 -07:00
DefaultHeaderTests.cs Implement IHeaderDictionary.ContentLength 2017-01-24 14:55:48 -08:00
EngineTests.cs
FrameHeadersTests.cs Reacting to HeaderUtitilities renames 2017-02-28 14:50:02 -08:00
FrameRequestHeadersTests.cs Revert "Revert "Use Spans to parse the start line and headers (#1394)"" 2017-02-24 10:22:05 -08:00
FrameRequestStreamTests.cs Bump test projects up to .NET 4.5.2 2017-02-14 09:21:44 -08:00
FrameResponseHeadersTests.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00
FrameResponseStreamTests.cs Bump test projects up to .NET 4.5.2 2017-02-14 09:21:44 -08:00
FrameTests.cs Interleave multispan and single span code path (#1442) 2017-03-06 09:06:28 -08:00
HttpUtilitiesTest.cs Add IHttpParser interface (#1414) 2017-03-01 11:55:36 -08:00
HttpsConnectionAdapterTests.cs Upgrade to RC.3 2017-01-31 16:23:23 -08:00
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs Better report Kestrel crashing errors 2017-02-07 00:26:00 -08:00
ListenerPrimaryTests.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00
LoggingThreadPoolTests.cs
MemoryPoolBlockTests.cs
MemoryPoolExtensions.cs
MemoryPoolIteratorTests.cs Add IHttpParser interface (#1414) 2017-03-01 11:55:36 -08:00
MessageBodyTests.cs Input Pipeline migration (#1277) 2017-02-17 15:38:13 -08:00
Microsoft.AspNetCore.Server.KestrelTests.csproj Remove dotnet-core and dotnet-corefxlab feeds 2017-02-20 10:24:41 -08:00
MultipleLoopTests.cs
NetworkingTests.cs Bump test projects up to .NET 4.5.2 2017-02-14 09:21:44 -08:00
PathNormalizerTests.cs
RequestTargetProcessingTests.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
ServerAddressTests.cs
SocketOutputTests.cs Add an option to Kestrel to disable threadpool dispatching 2017-02-28 10:14:58 -08:00
StreamSocketOutputTests.cs Create a direct way to configure Kestrel endpoints 2017-01-06 17:37:58 -08:00
TestInput.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00
UrlPathDecoder.cs
UvStreamHandleTests.cs Cleanup MSBuild conversion 2017-02-16 09:44:58 -08:00
UvTimerHandleTests.cs
WebHostBuilderKestrelExtensionsTests.cs Add KestrelServerOptionsSetup before KestrelServerOptions (#755) (#757) 2016-04-18 16:57:59 -07:00