Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3Authorizer.signer is never disposed #29

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment
Open

S3Authorizer.signer is never disposed #29

GoogleCodeExporter opened this issue Mar 14, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

S3Authorizer.signer is an instance of the HMACSHA1 class, which implements 
IDisposable. signer is never disposed, so undisposed instances will 
accumulate if multiple requests are made over the course of a program.

I suggest moving the usage of the HMACSHA1 class to the Sign method inside a 
using block since that is the only place it it used.

Original issue reported on code.google.com by bka...@gmail.com on 26 Jan 2010 at 5:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant