This issue is in order to track the various tasks of a bug in master branch.
The problem is that urllib3 doesn't honour the read_timeout when using a newly created connection. However, with an existing connection it works just fine.
Regardless of working with upstream urllib3 to fix the issue, we need to fix the issue for v6.0 milestone.
This issue is in order to track the various tasks of a bug in
masterbranch.The problem is that urllib3 doesn't honour the
read_timeoutwhen using a newly created connection. However, with an existing connection it works just fine.Regardless of working with upstream urllib3 to fix the issue, we need to fix the issue for v6.0 milestone.
connect_timeout= 5 secondsread_timeout= 5 secondssendDocument,sendAudio& similar methods = 20 seconds.