davsclaus commented on code in PR #1355:
URL:
https://github.com/apache/camel-spring-boot/pull/1355#discussion_r1933621705
##########
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:
Can you remove this as we should not close the http stream at this point
--
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]