Alireza Mahmoudi

Results 1 issues of Alireza Mahmoudi

`from forcediphttpsadapter.adapters import ForcedIPHTTPSAdapter` `import pickle` `adapter = ForcedIPHTTPSAdapter(dest_ip='127.0.0.1')` `pickle.loads(pickle.dumps(adapter))` throws: AttributeError: 'ForcedIPHTTPSAdapter' object has no attribute 'dest_ip' The problem is that "dest_ip" field is not returned in \_\_getstate\_\_ method.