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

connection leak fix for #253 #254

Merged
merged 2 commits into from
Jan 22, 2015
Merged

connection leak fix for #253 #254

merged 2 commits into from
Jan 22, 2015

Conversation

nbraem
Copy link
Contributor

@nbraem nbraem commented Jan 21, 2015

This fixes #253

fafhrd91 added a commit that referenced this pull request Jan 22, 2015
@fafhrd91 fafhrd91 merged commit 07cd477 into aio-libs:master Jan 22, 2015
mpaolini pushed a commit to elastic-coders/aiohttp that referenced this pull request Aug 22, 2015
Issues aio-libs#253 and aio-libs#254 implemented a `_conns` key evince logic in the
function that actually **adds** items to `_conns`

Issue aio-libs#406 tweaked this logic even more, making early and eviction
of reusable items in the pool possible.

Here we put the key eviction logic where it belongs: in the method
that **removes** items from the `_conns` pool.
@mpaolini mpaolini mentioned this pull request Aug 22, 2015
asvetlov pushed a commit that referenced this pull request Aug 28, 2015
Issues #253 and #254 implemented a `_conns` key evince logic in the
function that actually **adds** items to `_conns`

Issue #406 tweaked this logic even more, making early and eviction
of reusable items in the pool possible.

Here we put the key eviction logic where it belongs: in the method
that **removes** items from the `_conns` pool.
@lock
Copy link

lock bot commented Oct 30, 2019

This thread has been automatically locked since there has not been
any recent activity after it was closed. Please open a new issue for
related bugs.

If you feel like there's important points made in this discussion,
please include those exceprts into that new issue.

@lock lock bot added the outdated label Oct 30, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connection not closed when request is cancelled
2 participants