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

[Proposal] Move RequestIdentifierFeature to HttpContext #435

Closed
wants to merge 2 commits into from

Conversation

benaadams
Copy link
Contributor

Allow lazier instantiation
Expose TraceIdentifier on Httpcontext
Also resolves #412

Add tests

@dnfclas
Copy link

dnfclas commented Oct 10, 2015

Hi @benaadams, I'm your friendly neighborhood .NET Foundation Pull Request Bot (You can call me DNFBOT). Thanks for your contribution!
You've already signed the contribution license agreement. Thanks!

The agreement was validated by .NET Foundation and real humans are currently evaluating your PR.

TTYL, DNFBOT;


namespace Microsoft.AspNet.Http.Features.Internal
{
public class DefaultHttpRequestIdentifierFeature : HttpRequestIdentifierFeature, IHttpRequestIdentifierFeature
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's no reason for DefaultHttpRequestIdentifierFeature to exist independent of HttpRequestIdentifierFeature, just merge them.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yar

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

Expose TraceIdentifier on Httpcontext
Also resolves aspnet#412

Add tests

Merge DefaultHttpRequestIdentifierFeature and HttpRequestIdentifierFeature
benaadams added a commit to benaadams/Hosting that referenced this pull request Oct 12, 2015
Resolves aspnet#392
Requires aspnet/HttpAbstractions#435

Move HttpRequestIdentifierFeature to HttpAbsractions
benaadams added a commit to benaadams/Hosting that referenced this pull request Oct 12, 2015
Resolves aspnet#392
Requires aspnet/HttpAbstractions#435

Move HttpRequestIdentifierFeature to HttpAbsractions
@davidfowl
Copy link
Member

@benaadams can you rebase this?

benaadams added a commit to benaadams/HttpAbstractions that referenced this pull request Oct 15, 2015
Rebased aspnet#435
Allow lazier instantiation
Expose TraceIdentifier on Httpcontext
Also resolves aspnet#412

Add tests
@benaadams
Copy link
Contributor Author

Rebased (rather recreated) in #440

@benaadams benaadams closed this Oct 15, 2015
benaadams added a commit to benaadams/HttpAbstractions that referenced this pull request Oct 15, 2015
Rebased aspnet#435
Allow lazier instantiation
Expose TraceIdentifier on Httpcontext
Also resolves aspnet#412

Add tests
@benaadams benaadams deleted the RequestId branch October 15, 2015 21:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants