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
Fixed an error where a socket pool would sometimes report that a socket did not belong to the pool if the socket was closed before being returned to the pool.
connect() now immediately honors cancellation requests from cancellation tokens. Prior behavior waited for the connect timeout to elapse before checking for a cancellation request.