summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2020-10-22 02:55:11 -0500
committerMichael Merickel <michael@merickel.org>2020-10-22 02:55:11 -0500
commit734014d34b1139b753457694f7b583c230e5bb14 (patch)
tree2b957a3b91a77489ba484695b6688a6c2710f9be
parent866ceac9d51e2a9f3434cce55aa478fd455e07f1 (diff)
downloadwaitress-734014d34b1139b753457694f7b583c230e5bb14.tar.gz
add changelog
-rw-r--r--CHANGES.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f4d1acc..c62602e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -3,6 +3,12 @@
- Drop Python 2.7 support
+- The server now issues warning output when it there are enough open
+ connections (controlled by "connection_limit"), that it is no longer
+ accepting new connections. This situation was previously difficult to
+ diagnose.
+ See https://github.com/Pylons/waitress/pull/322
+
1.4.4 (2020-06-01)
------------------