This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Description
Just wondering why IHttpRequestIdentifierFeature had its Identifier changed from a Guid to a string. This means that we can't just take this identifier and use it for storing/grouping the data. We will have to generate our own guid and then keep this around as well for correlation sake with other systems. I can see that the decision was made in #310 but it doesn't go into the why.
// @Tratcher @davidfowl @SergeyKanzhelev