Open n1ngu opened 2 years ago
As far as I understand, if SourceAddressAdapter is used with an (IP, PORT) tuple and the port is other than 0, there is no way this adapter can work without passing
pool_connections=1, pool_maxsize=1, pool_block=True,
to the underlying HTTPAdapter.
Shouldn't this either
?
As far as I understand, if SourceAddressAdapter is used with an (IP, PORT) tuple and the port is other than 0, there is no way this adapter can work without passing
to the underlying HTTPAdapter.
Shouldn't this either
?