Skip to content

Commit

Permalink
fix rest client multipart async upload
Browse files Browse the repository at this point in the history
  • Loading branch information
syndic8-stephen committed Apr 21, 2021
1 parent 5ef07c3 commit e1a4361
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@ protected Object invokeAsync(final Object[] args)
Object o = null;
if (e != null)
{
o = rxInvoker.method(getHttpMethod(), Entity.entity(e, request.getHeaders().getMediaType()), gt);
o = rxInvoker.method(getHttpMethod(), Entity.entity(e, request.getHeaders().getMediaType(),request.getEntityAnnotations()), gt);
}
else
{
Expand Down

0 comments on commit e1a4361

Please sign in to comment.