Merge branch '5.2.x'
This commit is contained in:
@@ -208,8 +208,10 @@ final class DefaultClientResponseBuilder implements ClientResponse.Builder {
|
||||
ClientHttpResponse httpResponse = new BuiltClientHttpResponse(
|
||||
this.statusCode, this.headers, this.cookies, this.body, this.originalResponse);
|
||||
|
||||
return new DefaultClientResponse(
|
||||
httpResponse, this.strategies, "", "", () -> this.request);
|
||||
return new DefaultClientResponse(httpResponse, this.strategies,
|
||||
this.originalResponse != null ? this.originalResponse.logPrefix() : "",
|
||||
this.request.getMethodValue() + " " + this.request.getURI(),
|
||||
() -> this.request);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user