remove stackDepth when its 0 (#2957)

This commit is contained in:
caoyixiong 2019-06-27 05:11:43 -05:00 committed by 吴晟 Wu Sheng
parent 90dadd9264
commit c74ad8d317
1 changed files with 1 additions and 0 deletions

View File

@ -158,6 +158,7 @@ public abstract class AbstractMethodInterceptor implements InstanceMethodsAround
ContextManager.getRuntimeContext().remove(REQUEST_KEY_IN_RUNTIME_CONTEXT);
ContextManager.getRuntimeContext().remove(RESPONSE_KEY_IN_RUNTIME_CONTEXT);
ContextManager.getRuntimeContext().remove(CONTROLLER_METHOD_STACK_DEPTH);
}
ContextManager.stopSpan();