aspnetcore/test/Microsoft.AspNetCore.Server...
Nate McMaster 83958886cc
Implement IHttpRequestIdentifierFeature on Frame
This feature generates a unique ID per request. This unique ID can be
used in event source and logging.

Also, this change improves KestrelEventSource by moving it back into the
Kestrel.Core assembly and de-coupling from the Libuv transport. This
adds two new events, RequestStart and RequestStop, which can be used to
identify the correlation between connection ID and request trace
identifier.
2017-03-31 16:54:35 -07:00
..
TestHelpers Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
.KestrelEventSourceTests.cs.swp
AsciiDecoding.cs
ChunkWriterTests.cs
ChunkedRequestTests.cs
ChunkedResponseTests.cs
ConnectionAdapterTests.cs
ConnectionTests.cs
CreateIPEndpointTests.cs
DateHeaderValueManagerTests.cs
DefaultHeaderTests.cs
EngineTests.cs
FrameHeadersTests.cs
FrameRequestHeadersTests.cs
FrameRequestStreamTests.cs Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
FrameResponseHeadersTests.cs
FrameResponseStreamTests.cs Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
FrameTests.cs Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
HttpParserTests.cs
HttpUtilitiesTest.cs
HttpsConnectionAdapterTests.cs
KestrelEventSourceTests.cs Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
KestrelServerLimitsTests.cs
KestrelServerOptionsTests.cs Remove deprecated property KestrelServerOptions.MaxRequestBufferSize (#1027). 2017-03-29 20:15:08 -07:00
KestrelServerTests.cs Throw if UseUrls specifies HTTPS or path base (#1519). 2017-03-29 20:23:51 -07:00
LibuvTransportFactoryTests.cs
LibuvTransportOptionsTests.cs
ListenerPrimaryTests.cs
LoggingThreadPoolTests.cs
MessageBodyTests.cs
Microsoft.AspNetCore.Server.KestrelTests.csproj Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
MultipleLoopTests.cs
NetworkingTests.cs
PathNormalizerTests.cs
PipeOptionsTests.cs
PipelineExtensionTests.cs Add tests for WritableBuffer extensions and rename WriteAscii => WriteAsciiNoValidation 2017-03-29 16:10:31 -07:00
RequestTargetProcessingTests.cs
ServerAddressTests.cs
SocketOutputTests.cs Fixed regression caused by transport refactoring (#1573) 2017-03-30 09:33:28 -07:00
StreamSocketOutputTests.cs
TestInput.cs
UvStreamHandleTests.cs
UvTimerHandleTests.cs
WebHostBuilderKestrelExtensionsTests.cs
xunit.runner.json Add tests for WritableBuffer extensions and rename WriteAscii => WriteAsciiNoValidation 2017-03-29 16:10:31 -07:00