kwin commented on code in PR #1762:
URL: https://github.com/apache/maven-resolver/pull/1762#discussion_r2732147485


##########
maven-resolver-transport-apache/src/main/java/org/eclipse/aether/transport/apache/ApacheTransporter.java:
##########
@@ -718,6 +722,16 @@ private void extractChecksums(CloseableHttpResponse 
response) {
         }
     }
 
+    private static Map<TransportListener.TransportPropertyKey, Object> 
createTransportProperties(
+            CloseableHttpResponse response) {
+        Map<TransportListener.TransportPropertyKey, Object> properties = new 
HashMap<>();
+        properties.put(
+                HttpTransporter.HttpTransportPropertyKey.HTTP_VERSION,
+                response.getProtocolVersion().toString());
+        //

Review Comment:
   Needs some normalization 



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

Reply via email to