Connection Pool Semantics with Proxy #7796
chadmichael
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to verify my understanding of the API behavior. Here's what I'm doing and what I think it does. Please tell me if I'm incorrect.
I'm using aiohttp_socks with the following code:
As I understand it, this will create a connection pool between my application and the proxy. In other words, the servers that I am sending my requests to, via the proxy, are not involved in the connection pool; that's between the proxy and the servers. So, my connection pool will all be connections with the same key, which consists of my proxy and the port on the proxy.
Am I on the right track?
Beta Was this translation helpful? Give feedback.
All reactions