michael-o commented on pull request #296: URL: https://github.com/apache/httpcomponents-client/pull/296#issuecomment-803380658
> > > > Addtionally to the comments: I'd like to understand the followinig: > > Why has the proxy host has been moved to connection mgmt? In my understanding an HTTP proxy does not operate on socket level, but on protocol level. This would make sense if we'd use SOCKS5. Can you explain? > > HTTP proxy do essentially operate on the socket level once a tunnel has been established through it. However, I will deprecate proxy settings in `RequestConfig` in favor of `HttpRoutePlanner`. People should be using `HttpRoutePlanner` for custom routing strategies anyway. Agreed, sounds better than moving to `ConnMgmtConfig`. -- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
