tom-pytel opened a new pull request #42: URL: https://github.com/apache/skywalking-nodejs/pull/42
Another edge case and simplification. If the http plugin is disabled and a POST to express has a body then a span created in the handler would not be linked as a child to the express Entry span, now fixed. Basically just exported http server response wrapping code which already handled this fine and using that in express since don't really need to duplicate this functionality in express plugin. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
