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
Ensure mounted transports are closed even if main transport raises
When closing a client with proxy mounts, if the main transport's
close/exit raises an exception, the mounted transports would never
be cleaned up. This could lead to leaked connections.
Wrap the main transport cleanup in try/finally to ensure mounted
transports are always properly closed.
0 commit comments