oxsean commented on issue #15355: URL: https://github.com/apache/dubbo/issues/15355#issuecomment-2862595943
@paxxie2 BZip2CompressorOutputStream does not hold any file handle here, and ByteArrayOutputStream itself will be release by gc. Therefore, even if it is not explicitly closed here, it should not cause any issue. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
