Skip to content

Commit

Permalink
[RESTEASY-2221] Fix NPE when using async rest client (#1994)
Browse files Browse the repository at this point in the history
[RESTEASY-2221] Fix NPE when using async rest client
  • Loading branch information
stuartwdouglas authored and asoldano committed Apr 17, 2019
1 parent 745e9f8 commit 63862e7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -134,6 +134,7 @@ protected ClientInvocation(final ClientInvocation clientInvocation)
this.uri = clientInvocation.uri;
this.chunked = clientInvocation.chunked;
this.tracingLogger = clientInvocation.tracingLogger;
this.clientInvoker = clientInvocation.clientInvoker;
}

/**
Expand Down

0 comments on commit 63862e7

Please sign in to comment.