Remove onPeerConnection decorator call
This commit is contained in:
parent
23b8caa27c
commit
872a099722
|
@ -32,7 +32,6 @@ public class TracingClientResponseSubscriber implements CoreSubscriber<ClientRes
|
|||
@Override
|
||||
public void onSubscribe(final Subscription subscription) {
|
||||
DECORATE.onRequest(span, clientRequest);
|
||||
DECORATE.onPeerConnection(span, remoteAddress());
|
||||
|
||||
subscriber.onSubscribe(
|
||||
new Subscription() {
|
||||
|
|
Loading…
Reference in New Issue