aspnetcore/test
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
..
Microsoft.AspNetCore.Server.Kestrel.FunctionalTests Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
Microsoft.AspNetCore.Server.Kestrel.Performance Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
Microsoft.AspNetCore.Server.KestrelTests Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00
shared Implement IHttpRequestIdentifierFeature on Frame 2017-03-31 16:54:35 -07:00