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

Support owin.RequestId #117

Closed
Tratcher opened this issue Aug 20, 2014 · 3 comments
Closed

Support owin.RequestId #117

Tratcher opened this issue Aug 20, 2014 · 3 comments
Assignees
Milestone

Comments

@Tratcher
Copy link
Member

owin/owin#8
https://katanaproject.codeplex.com/workitem/297

@Tratcher
Copy link
Member Author

  1. http.sys already has something we can use.
  2. We need to find a feature interface to put this on internally.
  3. this will be useful in logging.

@Praburaj
Copy link
Contributor

The closest one that I can find where we can add to the existing interface is IHttpConnectionFeature. or we can add an interface IHttpRequestIdentifierFeature.

@Praburaj
Copy link
Contributor

Praburaj commented Mar 5, 2015

Fixed : ae23f7c

We now have a feature IRequestIdentifierFeature to give this information.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants