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
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
bka...@gmail.com
on 26 Jan 2010 at 5:11The text was updated successfully, but these errors were encountered: