reta commented on a change in pull request #771:
URL: https://github.com/apache/cxf/pull/771#discussion_r610147111
##########
File path: core/src/main/java/org/apache/cxf/io/CacheAndWriteOutputStream.java
##########
@@ -29,7 +29,7 @@
*
*/
public class CacheAndWriteOutputStream extends CachedOutputStream {
-
+ private boolean isClosed = false;
Review comment:
The stream should not be shared between different threads, so we may not
need `volatile` or atomic
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]