提交 bd695f3d 编写于 作者: A Allen Wang

Merge pull request #140 from willblackie/wb_replaceUriFix

HttpRequest.replaceUri now includes the entity when building the new instance
......@@ -212,6 +212,8 @@ public class HttpRequest extends ClientRequest {
.queryParams(this.queryParams)
.setRetriable(this.isRetriable())
.loadBalancerKey(this.getLoadBalancerKey())
.verb(this.getVerb()).build();
.verb(this.getVerb())
.entity(this.entity)
.build();
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册