Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Mar 5, 2021
1 parent 74945e6 commit 01f5976
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -101,6 +101,7 @@ public Future<HttpClientConnection> wrap(EventLoopContext context, NetSocket so_
Throwable throwable = ChannelProvider.trace.get();
if (throwable != null) {
throwable.printStackTrace();
new Exception().printStackTrace();
}
}

Expand Down

0 comments on commit 01f5976

Please sign in to comment.