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


##########
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:
   But in real life http/2 on http is not very safe to use by default because 
at the origin spdy has been developed for https only, and when it's pass to the 
rfc process some participant want http but major implémenter implement only 
https...
   In all my program I enforce by default to http/1.1 for http usage... 



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