Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions gems/net-http-persistent/300.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
gem: net-http-persistent
url: "https://github.com/drbrain/net-http-persistent/pull/98"
title: Memory leak in thread connection pool of net-http-persistent
date: 2015-04-08
description: |
3.0.0 introduced a memory leak when it switched to connection pooling. We're
setting a thread local but then never clearing the local. If the pool is used
in the main thread, it will never die and the locals will stick around for
the life of the process.
leaky_versions:
- "= 3.0.0"
patched_versions:
- "> 3.0.0"