Merge remote-tracking branch 'origin/3.1.x'
This commit is contained in:
@@ -236,7 +236,7 @@ public class SpringEncoder implements Encoder {
|
||||
.anyMatch(mediaType -> mediaType.includes(contentType));
|
||||
}
|
||||
|
||||
private final class FeignOutputMessage implements HttpOutputMessage {
|
||||
protected final class FeignOutputMessage implements HttpOutputMessage {
|
||||
|
||||
private final ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user