cunningt commented on code in PR #1355:
URL: 
https://github.com/apache/camel-spring-boot/pull/1355#discussion_r1934442700


##########
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 definitely remove it but this dumb tool is going to keep popping the 
error on stream not being closed out - where is the right place to close it?    
Do we need to use IOHelper?



-- 
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]

Reply via email to