remove stackDepth when its 0 (#2957)
This commit is contained in:
parent
90dadd9264
commit
c74ad8d317
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue