bpitman commented on PR #421: URL: https://github.com/apache/httpcomponents-core/pull/421#issuecomment-1693695500
See initial comment: ``` We have a need to set the InetAddress for a request - the ip tells us where to connect and the hostname is needed for ssl verification. ``` In netty 4.x, I could set a hostname verifier per request. In httpcore5, I'd need to implement a tls strategy per requester. -- 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]
