davsclaus commented on code in PR #1355:
URL:
https://github.com/apache/camel-spring-boot/pull/1355#discussion_r1934464302
##########
components-starter/camel-platform-http-starter/src/main/java/org/apache/camel/component/platform/http/springboot/SpringBootPlatformHttpBinding.java:
##########
@@ -168,6 +168,7 @@ protected void doWriteDirectResponse(Message message,
HttpServletResponse respon
} finally {
IOHelper.close(new Closeable[]{is, os});
}
+ stream.close();
Review Comment:
IOHelper ignores closing exceptions, in case .close fails
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]