Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ python3 tcpconnector.py
- Connector arguments:
- _limit: 25
- _limit_per_host: 5
- ----------------------------------------------------------------------
- Connection attributes for r1
- _conns: {}
- _acquired: {<aiohttp.client_proto.ResponseHandler object at 0x104285fa8>}
- _acquired_per_host: defaultdict(<class 'set'>, {ConnectionKey(host='docs.aiohttp.org', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): {<aiohttp.client_proto.ResponseHandler object at 0x104285fa8>}})
- _available_connections:
- ConnectionKey(host='docs.aiohttp.org', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608) 4
- ----------------------------------------------------------------------
- Connection attributes for r2
- _conns: {ConnectionKey(host='docs.aiohttp.org', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): [(<aiohttp.client_proto.ResponseHandler object at 0x104285fa8>, 0.989833314)]}
- _acquired: {<aiohttp.client_proto.ResponseHandler object at 0x1042c8288>}
- _acquired_per_host: defaultdict(<class 'set'>, {ConnectionKey(host='docs.aiohttp.org', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): {<aiohttp.client_proto.ResponseHandler object at 0x1042c8288>}})
- _available_connections:
- ConnectionKey(host='docs.aiohttp.org', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608) 4
- ----------------------------------------------------------------------
- Connection attributes for r3
- _conns: {ConnectionKey(host='docs.aiohttp.org', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): [(<aiohttp.client_proto.ResponseHandler object at 0x104285fa8>, 0.989833314), (<aiohttp.client_proto.ResponseHandler object at 0x1042c8288>, 1.115291804)]}
- _acquired: {<aiohttp.client_proto.ResponseHandler object at 0x1042c85e8>}
- _acquired_per_host: defaultdict(<class 'set'>, {ConnectionKey(host='github.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): {<aiohttp.client_proto.ResponseHandler object at 0x1042c85e8>}})
- _available_connections:
- ConnectionKey(host='github.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608) 4
- ----------------------------------------------------------------------
- Connection attributes for r4
- _conns: {ConnectionKey(host='docs.aiohttp.org', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): [(<aiohttp.client_proto.ResponseHandler object at 0x104285fa8>, 0.989833314), (<aiohttp.client_proto.ResponseHandler object at 0x1042c8288>, 1.115291804)]}
- _acquired: {<aiohttp.client_proto.ResponseHandler object at 0x1042c89a8>, <aiohttp.client_proto.ResponseHandler object at 0x1042c85e8>}
- _acquired_per_host: defaultdict(<class 'set'>, {ConnectionKey(host='github.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): {<aiohttp.client_proto.ResponseHandler object at 0x1042c89a8>, <aiohttp.client_proto.ResponseHandler object at 0x1042c85e8>}})
- _available_connections:
- ConnectionKey(host='github.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608) 3
- ----------------------------------------------------------------------
- Connection attributes for r5
- _conns: {ConnectionKey(host='docs.aiohttp.org', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): [(<aiohttp.client_proto.ResponseHandler object at 0x104285fa8>, 0.989833314), (<aiohttp.client_proto.ResponseHandler object at 0x1042c8288>, 1.115291804)]}
- _acquired: {<aiohttp.client_proto.ResponseHandler object at 0x1042c89a8>, <aiohttp.client_proto.ResponseHandler object at 0x1042c8d68>, <aiohttp.client_proto.ResponseHandler object at 0x1042c85e8>}
- _acquired_per_host: defaultdict(<class 'set'>, {ConnectionKey(host='github.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608): {<aiohttp.client_proto.ResponseHandler object at 0x1042c89a8>, <aiohttp.client_proto.ResponseHandler object at 0x1042c8d68>, <aiohttp.client_proto.ResponseHandler object at 0x1042c85e8>}})
- _available_connections:
- ConnectionKey(host='github.com', port=443, is_ssl=True, ssl=None, proxy=None, proxy_auth=None, proxy_headers_hash=-3950124959374355608) 2
- ----------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement