We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a86b8cd commit cc85cdcCopy full SHA for cc85cdc
spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/support/SpringEncoder.java
@@ -255,7 +255,7 @@ protected boolean binaryContentType(FeignOutputMessage outputMessage) {
255
.anyMatch(mediaType -> mediaType.includes(contentType));
256
}
257
258
- private final class FeignOutputMessage implements HttpOutputMessage {
+ protected final class FeignOutputMessage implements HttpOutputMessage {
259
260
private final ByteArrayOutputStream outputStream = new ByteArrayOutputStream();
261
0 commit comments