reta commented on code in PR #2467: URL: https://github.com/apache/cxf/pull/2467#discussion_r2151060461
########## rt/transports/http/src/main/java/org/apache/cxf/transport/http/HttpClientHTTPConduit.java: ########## @@ -844,6 +844,9 @@ public void close() throws IOException { } catch (IOException e) { logStackTrace(e); } + if (wrappedStream == pout){ Review Comment: It is very likely that `AbstractWrappedOutputStream::close()` should be doing it (the call chain goes from `super.close()`) -- 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