summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2022-01-16 22:03:51 -0700
committerBert JW Regeer <bertjw@regeer.org>2022-01-16 22:03:51 -0700
commit5e990241fa71ab0f676b3ec6e8360aa47b3cf400 (patch)
treeb30f9dabd801e7d1b29bba3d38d9bd4a69cea7bf
parentb59facd51eef152646ddc3f6a25acea924c14f3c (diff)
downloadwaitress-bugfix/close-buffer.tar.gz
Update CHANGES.txtbugfix/close-buffer
-rw-r--r--CHANGES.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index ea28100..c45356e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,22 @@
Next Release
------------
+Bugfix
+~~~~~~
+
+- Fixed an issue whereby ``BytesIO`` objects were not properly closed, and
+ thereby would not get cleaned up until garbage collection would get around to
+ it.
+
+ This led to potential for random memory spikes/memory issues, see
+ https://github.com/Pylons/waitress/pull/358 and
+ https://github.com/Pylons/waitress/issues/357 .
+
+ With thanks to Florian Schulze for testing/vaidating this fix!
+
+Features
+~~~~~~~~
+
- Add REQUEST_URI to the WSGI environment.
REQUEST_URI is similar to ``request_uri`` in nginx. It is a string that