Pzhang
Pzhang
Thanks for your timely reply @temoto. As you mention using urllib3 directly, I do a performance test by changing the maxsize of `urllib3.PoolManager`. I observe two things: 1. every first...
[I record the question at stackoverflow](https://stackoverflow.com/questions/77256177/how-python-request-method-set-its-json-parameter-with-a-utf-8-encoding-value)
```python # -*- coding: utf-8 -*- from f5_openstack_agent.lbaasv2.drivers.bigip.resource \ import VirtualServer from f5.bigip import ManagementRoot import json partition = u'Project_6fd06a50b7824ae48386565786e94b38' name = u'test' bigip = ManagementRoot( "10.110.119.120", "admin", "xxxxx", timeout=10,...
The issue is similar to #89. refer to #89