Skip to content

Commit

Permalink
Fix doc refresh -> override
Browse files Browse the repository at this point in the history
  • Loading branch information
carryxyh committed Dec 20, 2018
1 parent c73cce4 commit 5b9b98b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ public Result invoke(Invocation inv) throws RpcException {
}
RpcUtils.attachInvocationIdIfAsync(getUrl(), invocation);

// If we have attachment, refresh the attachment to ensure that the last invoke's attach does not affect this call.
// If we have attachment, override the attachment to ensure that the last invoke's attach does not affect this call.
// In most cases, attachments contains interface, timeout, group, and token.
// These info should be refreshed in each invoke.
// These info should be override in each invoke.
//
// See https://github.com/apache/incubator-dubbo/issues/2981
if (attachment != null && attachment.size() > 0) {
Expand Down

0 comments on commit 5b9b98b

Please sign in to comment.