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: dev-unsubscr...@hc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org