cstamas commented on issue #739:
URL: https://github.com/apache/maven-resolver/issues/739#issuecomment-2954089591

   Interestingly, similar thing may happen with HTTP HEAD as well, as 
`HttpREquest.Builder.HEAD` has this:
   
   ```java
           default Builder HEAD() {
               return method("HEAD", BodyPublishers.noBody());
           }
   ```


-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to