Browse Source

Merge branch '6.1.x'

pull/33023/head
Arjen Poutsma 2 years ago
parent
commit
df01b013fa
  1. 2
      spring-web/src/main/java/org/springframework/http/client/ReactorNettyClientResponse.java

2
spring-web/src/main/java/org/springframework/http/client/ReactorNettyClientResponse.java

@ -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;

Loading…
Cancel
Save