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. |
||
|---|---|---|
| .. | ||
| TestResources | ||
| DummyApplication.cs | ||
| HttpClientSlim.cs | ||
| HttpParsingData.cs | ||
| KestrelTestLoggerFactory.cs | ||
| LifetimeNotImplemented.cs | ||
| MockConnection.cs | ||
| MockSocketOutput.cs | ||
| MockSystemClock.cs | ||
| PassThroughConnectionAdapter.cs | ||
| StringExtensions.cs | ||
| TestApp.cs | ||
| TestApplicationErrorLogger.cs | ||
| TestConnection.cs | ||
| TestFrame.cs | ||
| TestKestrelTrace.cs | ||
| TestResources.cs | ||
| TestServer.cs | ||
| TestServiceContext.cs | ||