summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorstephan-hof <stephan-hof@users.noreply.github.com>2022-08-16 17:57:17 +0200
committerGitHub <noreply@github.com>2022-08-16 10:57:17 -0500
commita80c248c34a77e106551bf997e726457b03f42b5 (patch)
tree8a6021cf9c35ba3911cc565a4967b20c058fe949 /changelog
parentdd188963de6dcf51bd81b78f3fac10a79a7215bf (diff)
downloadurllib3-a80c248c34a77e106551bf997e726457b03f42b5.tar.gz
Don't close ConnectionPools from PoolManager until unreferenced
Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
Diffstat (limited to 'changelog')
-rw-r--r--changelog/1252.bugfix.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog/1252.bugfix.rst b/changelog/1252.bugfix.rst
new file mode 100644
index 00000000..c30f5f12
--- /dev/null
+++ b/changelog/1252.bugfix.rst
@@ -0,0 +1,2 @@
+Fixed thread-safety issue where accessing a `PoolManager` with many distinct origins
+would cause connection pools to be closed while requests are in progress.