mcarbonneaux commented on code in PR #2411:
URL: https://github.com/apache/cxf/pull/2411#discussion_r2101322429


##########
rt/transports/http/src/main/java/org/apache/cxf/transport/http/HttpClientHTTPConduit.java:
##########
@@ -425,6 +425,9 @@ protected void setupConnection(Message message, Address 
address, HTTPClientPolic
                 }
             }
             String verc = 
(String)message.getContextualProperty(FORCE_HTTP_VERSION);
+            if (verc == null && "http".equals(uri.getScheme())) {

Review Comment:
   Is not juste openjdk (many server that are not emplementing http2 are not in 
Java) problem is http/2 problem... Multiple issue are open on openjdk h2 client 
on http... Fix exist (on recent version) ... It's very complex to understand 
that the problem come from httpclient from the jdk.... 
   
   At minimum more documenting in cfx documentation about FORCE_HTTP_VERSION 
because each time I need to explain to my developer why there code are not 
working with http....
   



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