reta commented on code in PR #1607:
URL: https://github.com/apache/cxf/pull/1607#discussion_r1435735113


##########
rt/transports/http-hc/src/main/java/org/apache/cxf/transport/http/asyncclient/AsyncHTTPConduit.java:
##########
@@ -245,18 +244,6 @@ public boolean isRepeatable() {
         message.put(CXFHttpRequest.class, e);
     }
 
-    private void propagateJaxwsSpecTimeoutSettings(Message message, 
HTTPClientPolicy csPolicy) {

Review Comment:
   The `csPolicy` is shared within same HTTP Async Conduit instance, however 
the timeouts are per message and override each other (in case each message has 
contextual timeouts set).



-- 
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

Reply via email to