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
..
Properties
…
SystemdActivation Update libuv package (#1577) 2017-03-31 10:19:27 -07:00
AddressRegistrationTests.cs
…
BadHttpRequestTests.cs
…
EventSourceTests.cs Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
GeneratedCodeTests.cs Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
HttpClientSlimTests.cs
…
HttpsTests.cs
…
IPv6ScopeIdPresentConditionAttribute.cs
…
IPv6SupportedConditionAttribute.cs
…
IWebHostPortExtensions.cs
…
KeepAliveTimeoutTests.cs
…
LoggingConnectionAdapterTests.cs
…
MaxRequestBufferSizeTests.cs
…
MaxRequestLineSizeTests.cs
…
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests.csproj Converted test projects to run on netcoreapp2.0 2017-03-31 02:58:18 -07:00
RequestHeaderLimitsTests.cs
…
RequestHeadersTimeoutTests.cs
…
RequestTests.cs Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
ResponseTests.cs Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
ThreadCountTests.cs
…
xunit.runner.json
…