Jax-rs async cancel handling (#4279)
This commit is contained in:
parent
9d6fb65b41
commit
f7c4deac16
|
@ -85,7 +85,7 @@ public class JaxrsAsyncResponseInstrumentation implements TypeInstrumentation {
|
|||
@SuppressWarnings("unused")
|
||||
public static class AsyncResponseCancelAdvice {
|
||||
|
||||
@Advice.OnMethodExit(suppress = Throwable.class)
|
||||
@Advice.OnMethodEnter(suppress = Throwable.class)
|
||||
public static void stopSpan(@Advice.This AsyncResponse asyncResponse) {
|
||||
|
||||
VirtualField<AsyncResponse, AsyncResponseData> virtualField =
|
||||
|
|
Loading…
Reference in New Issue