nokia / restful

A powerful RESTful framework for Go.
BSD 3-Clause "New" or "Revised" License
17 stars 14 forks source link

AddlambdaToContext function #65

Closed zombi-HU closed 5 months ago

zombi-HU commented 5 months ago

When a goroutine created the original context can be used, because it maybe end sooner, than new goroutine can sen out the requests. So new context is created for that, but that one not contains the tracingData. So Lambda should be inserted to the new context.