d46f8d0ae5
Before this change if an operation was retried on operations.Copy and the operation was large enough to use an async buffer then an async buffer was leaked on the retry. This leaked memory, a file handle and a go routine. After this change if Account.WithBuffer is called and there is already a buffer, then a new one won't be allocated. |
||
---|---|---|
.. | ||
accounting.go | ||
accounting_other.go | ||
accounting_test.go | ||
accounting_unix.go | ||
inprogress.go | ||
stats.go | ||
stats_groups.go | ||
stats_test.go | ||
stringset.go | ||
token_bucket.go | ||
token_bucket_test.go | ||
transfer.go |