reta commented on code in PR #2069:
URL: https://github.com/apache/cxf/pull/2069#discussion_r1763434108
##########
rt/transports/http/src/main/java/org/apache/cxf/transport/http/HTTPConduit.java:
##########
@@ -714,6 +715,11 @@ public void close(Message msg) throws IOException {
}
}
} finally {
+ OutputStream os = msg.getContent(OutputStream.class);
Review Comment:
This is very strange (I will try to find out what is happening) but this
change if needed belongs to `HttpClientHTTPConduit`
--
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]