-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use AsyncLocal hold HttpRequestMessage. #65
Conversation
I don't really want this to be a thing where we maintain two different configurable paths for this. If it's going to be |
Add switch, no need to consider compatibility issues and will not change the existing behavior. |
I understand the idea, but you're not the one who's going to have to own, maintain, and support it long term. Making it easy to support is kind of important since there aren't actually that many people dedicated here. If we're going If we get complaints, we can roll it back or fix forward then. |
Switch removed. |
Looking at the way ASP.NET Core uses Should we do something like that here? |
|
I'm not asking you to use |
Modify |
No. Go look at the code for If this still doesn't make sense you'll have to wait a while for one of us to do the change. I'm heading into some desperately needed time off so basically all I have is my phone. I won't be able to take care of it for a while |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
I'll cut a release as soon as I can. It should end up being 6.1.0. |
Published. |
Fix #64.