Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix socket leak in impersonated_credentials (#1123)
* fix: Fix socket leak in impersonated_credentials impersonated_credentials.Credentials.sign_bytes() created a session that wasn't closed leaking a socket. This fixes the issue by always closing the requests session after a signing request is complete. Fixes #1122
- Loading branch information