Skip to content

Commit

Permalink
support transfer requestTemplate (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
lifaquan authored Sep 13, 2024
1 parent b86de44 commit 27ecf89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public Response execute(Request request, Request.Options options) {
appendRequestSpanTagsAndInject(request, sofaTracerSpan, headers);
// renew request with the headers that have been injected into the carrier
request = Request.create(request.httpMethod(), request.url(), headers, request.body(),
request.charset());
request.charset(), request.requestTemplate());
Response response = delegate.execute(request, options);
// set result tags
appendResponseSpanTags(response, sofaTracerSpan);
Expand Down

0 comments on commit 27ecf89

Please sign in to comment.