jgoodyear commented on code in PR #2069:
URL: https://github.com/apache/cxf/pull/2069#discussion_r1763535822
##########
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:
Branch is updated.
Running some tests to ensure the ephemeral port issue remains tamed.
--
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]