Glimpse / Glimpse.Prototype

Glimpse v2 prototype
MIT License
185 stars 42 forks source link

Remove usage of IContextData in favor of using HttpContext directly #27

Closed avanderhoorn closed 9 years ago

avanderhoorn commented 9 years ago

Can leverage IContextAccessor and HttpContext items instead of needing to do it ourselves

avanderhoorn commented 9 years ago

This isn't worth the change, and potentially has limiting problems if the user wants to span their own thread and flow the context. They couldn't do this in some cases with HttpContext but could with our own direct use of asynclocal/logical callcontext.