summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2020-10-30 23:17:18 -0700
committerGitHub <noreply@github.com>2020-10-30 23:17:18 -0700
commit5faf6989f4ff019940f41e2ee4855615f41afcc5 (patch)
treedb90906172e96e99404b98c3795bf301d402a075 /CHANGES.txt
parent5570c7c9931d32f7558e08143d32125a745ec56b (diff)
parent25e093936d31dba3d5b042f842566729fb01668c (diff)
downloadwaitress-5faf6989f4ff019940f41e2ee4855615f41afcc5.tar.gz
Merge pull request #322 from Pylons/connection-overflow-warning
warn when the server stops listening for connections because it's in overflow
Diffstat (limited to 'CHANGES.txt')
-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)
------------------