ok2c commented on PR #421:
URL: 
https://github.com/apache/httpcomponents-core/pull/421#issuecomment-1693714227

   > 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.
   
   @bpitman This makes no sense at the request level, what so ever. I have no 
idea about how Netty does it but in HC requests get executed over established 
connections and have generally no bearing on the connection management level. 
Please use a custom `AsyncClientConnectionOperator` if you have implement 
custom connection or TLS setup. One can use `HttpContext` to provide additional 
contextual details in special cases.


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

Reply via email to