arturobernalg commented on PR #778:
URL: 
https://github.com/apache/httpcomponents-client/pull/778#issuecomment-4125922000

     Hi @rschmitt ,                               
                                                                                
                                                                                
                                                                                
                                              
     All your review comments are addressed. Additional fixes since last time:  
                                                                                
                                                                                
                                              
                                                                                
                                                                                
                                                                                
                                              
     - IPv4 scope mapping fixed per RFC 6724 (127/8, 169.254/16 → link-local; 
everything else → global)                                                       
                                                                                
                                                
     - ::1 → link-local (interface-local is multicast-only)
     - Rule 9 now applies to IPv4 pairs too                                     
                                                                                
                                                                                
                                              
     - No early return before filtering (single-address edge case)              
                                                                                
                                                                                
                                              
     - resolve(host, port) throws instead of returning unresolved (prevents 
bypassing family filtering)                                                     
                                                                                
                                                  
     - Rule 9 documented as heuristic (JDK limitation)                          
                                                                                
                                                                                
                                              
                                                               
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to