You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently connection idle and request timers are cancelled inside the HTTPConnectionPoolstateLock. We should move the cancellation (and only the cancellation) outside.
The text was updated successfully, but these errors were encountered:
Currently connection idle and request timers are cancelled inside the
HTTPConnectionPool
stateLock
. We should move the cancellation (and only the cancellation) outside.The text was updated successfully, but these errors were encountered: