Skip to content

Pool return no longer nulls connection#35

Merged
mp911de merged 1 commit intoredis:masterfrom
taer:poolFix
Feb 21, 2015
Merged

Pool return no longer nulls connection#35
mp911de merged 1 commit intoredis:masterfrom
taer:poolFix

Conversation

@taer
Copy link
Copy Markdown
Contributor

@taer taer commented Feb 21, 2015

The borrowed object would be returned to the pool on pool.freeResource() properly
If close() was called, it would return the resource to the pool,
then null the connection.

The borrowed object would be returned to the pool on pool.freeResource() properly
If close() was called, it would return the resource to the pool,
then null the connection.
@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage decreased (-0.0%) to 96.39% when pulling 43df7f0 on taer:poolFix into cf7c940 on mp911de:master.

@mp911de
Copy link
Copy Markdown
Collaborator

mp911de commented Feb 21, 2015

Thanks for the fix.

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