Merge branch '6.1.x'

This commit is contained in:
Arjen Poutsma
2024-06-13 11:11:13 +02:00

View File

@@ -88,7 +88,7 @@ final class ReactorNettyClientResponse implements ClientHttpResponse {
}
if (body == null) {
throw new IOException("Could not receive body");
body = InputStream.nullInputStream();
}
this.body = body;
return body;