aspnetcore/test/Microsoft.AspNetCore.Server...
Nate McMaster 49b328d4c2 Handle absolute, asterisk, and authority-form request targets
Improves compliance with RFC 7230 on the expected handling of requests
that have URI or asterisk in the request target.

This means rejecting asterisk requests that are not OPTIONS and rejecting
authority-form requests taht are not CONNECT.

This also means the server will handle the path and query on targets
with absolute URIs as request-targets.
2017-03-09 16:54:12 -08:00
..
TestHelpers Add an option to Kestrel to disable threadpool dispatching 2017-02-28 10:14:58 -08:00
AsciiDecoding.cs Cleanup unused code (#1458) 2017-03-07 11:52:45 -08:00
ChunkWriterTests.cs
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionAdapterTests.cs
ConnectionTests.cs Add an option to Kestrel to disable threadpool dispatching 2017-02-28 10:14:58 -08:00
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs
DefaultHeaderTests.cs
EngineTests.cs
FrameHeadersTests.cs Reacting to HeaderUtitilities renames 2017-02-28 14:50:02 -08:00
FrameRequestHeadersTests.cs Verify all request rejections are logged (#1295). 2017-03-06 12:05:38 -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 Handle absolute, asterisk, and authority-form request targets 2017-03-09 16:54:12 -08:00
HttpParserTests.cs Handle absolute, asterisk, and authority-form request targets 2017-03-09 16:54:12 -08:00
HttpUtilitiesTest.cs Handle absolute, asterisk, and authority-form request targets 2017-03-09 16:54:12 -08:00
HttpsConnectionAdapterTests.cs
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs
KestrelServerTests.cs
ListenerPrimaryTests.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00
LoggingThreadPoolTests.cs
MemoryPoolBlockTests.cs Cleanup unused code (#1458) 2017-03-07 11:52:45 -08:00
MemoryPoolExtensions.cs Cleanup unused code (#1458) 2017-03-07 11:52:45 -08:00
MemoryPoolIteratorTests.cs Cleanup unused code (#1458) 2017-03-07 11:52:45 -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 Handle absolute, asterisk, and authority-form request targets 2017-03-09 16:54:12 -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
TestInput.cs Make the IHttpParser per frame and add a reset (#1415) 2017-03-01 13:12:03 -08:00
UvStreamHandleTests.cs Cleanup MSBuild conversion 2017-02-16 09:44:58 -08:00
UvTimerHandleTests.cs
WebHostBuilderKestrelExtensionsTests.cs