From d1312350204b56cd863d4763e35a38f93b73efbe Mon Sep 17 00:00:00 2001 From: Stefan Wienert Date: Wed, 25 Sep 2019 09:08:34 +0200 Subject: [PATCH] Gem: net-http-persistent 3.0.0 --- gems/net-http-persistent/300.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 gems/net-http-persistent/300.yml diff --git a/gems/net-http-persistent/300.yml b/gems/net-http-persistent/300.yml new file mode 100644 index 0000000..b1114eb --- /dev/null +++ b/gems/net-http-persistent/300.yml @@ -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"