reta commented on code in PR #2111: URL: https://github.com/apache/cxf/pull/2111#discussion_r1805604603
########## core/src/main/java/org/apache/cxf/io/DelayedCachedOutputStreamCleaner.java: ########## @@ -226,11 +235,19 @@ public void initComplete() { @Override public void postShutdown() { + // If cleanup on shutdown is asked, force cleaning all cached output streams + if (cleanupOnShutdown) { + forceClean(); Review Comment: @coheigea minor improvement to forceably cleanup all cached output streams upon `Bus` shutdown -- 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: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org