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

Memory leak prevention on using authentication tokens #98

Open
wants to merge 3 commits into
base: stable/grizzly
Choose a base branch
from
Open

Memory leak prevention on using authentication tokens #98

wants to merge 3 commits into from

Conversation

efoncubierta
Copy link

This patch fixes issue #97
I have included @rbramley changes as well.

rbramley and others added 3 commits July 5, 2013 17:25
For each command is executed through SwiftClient a new listener is
created in OpenStack.CLIENT.listeners . In order to avoid filling the
memory with the same listener again and again, I have created the
endpoint just once for each SwiftClient instance.
The user token must be set per transaction, instead of creating a new
listener in OpenStack.CLIENT every time the SwiftClient.execute method
is called.
@simon3z
Copy link
Collaborator

simon3z commented Jan 20, 2015

This looks good, @efoncubierta can you do a pull request against master? Thanks!

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

Successfully merging this pull request may close these issues.

3 participants