Merge branch '6.1.x'
This commit is contained in:
@@ -88,7 +88,7 @@ final class ReactorNettyClientResponse implements ClientHttpResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (body == null) {
|
if (body == null) {
|
||||||
throw new IOException("Could not receive body");
|
body = InputStream.nullInputStream();
|
||||||
}
|
}
|
||||||
this.body = body;
|
this.body = body;
|
||||||
return body;
|
return body;
|
||||||
|
|||||||
Reference in New Issue
Block a user