Skip to content

Commit

Permalink
Update HttpPlugin.ts to fix apache/skywalking#11583 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-zhizhu authored Nov 29, 2023
1 parent d0b4ed1 commit 530e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/HttpPlugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class HttpPlugin implements SwPlugin {

if (res.statusMessage) span.tag(Tag.httpStatusMsg(res.statusMessage));

wrapEmit(span, res, false);
wrapEmit(span, res, false, 'end');
};

const responseCB = function (this: any, res: any) {
Expand Down

0 comments on commit 530e372

Please sign in to comment.