Skip to content

Comments

express uses http wrap explicitly if http disabled#42

Merged
kezhenxu94 merged 1 commit intoapache:masterfrom
tom-pytel:master
Mar 26, 2021
Merged

express uses http wrap explicitly if http disabled#42
kezhenxu94 merged 1 commit intoapache:masterfrom
tom-pytel:master

Conversation

@tom-pytel
Copy link
Contributor

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.

@kezhenxu94 kezhenxu94 added the enhancement New feature or request label Mar 26, 2021
@kezhenxu94 kezhenxu94 added this to the 0.2.0 milestone Mar 26, 2021
@kezhenxu94 kezhenxu94 merged commit 23e827d into apache:master Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants