mcarbonneaux commented on code in PR #2411: URL: https://github.com/apache/cxf/pull/2411#discussion_r2105916150
########## 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: a) the HttpClient default is bad and cxf are not oblige to follow if it's deserve the real usage... when http/2 while be correctly implemented correctly every where on http... ok you can go back to the default... b) the defaults are not right only for me... it's generally problematic because how http/2 as been conceived (not only on java)... with https in mind... -- 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