summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2019-03-28 20:21:37 -0500
committerMichael Merickel <michael@merickel.org>2019-03-28 21:00:39 -0500
commit8eb6507a59621f48462c05fbc5e855748992764b (patch)
tree2faf44e71878239eb9a756bc7fa110e93361e417 /CHANGES.txt
parent47942f829edff2b1d608cd2d1ec46b2fbc37955f (diff)
downloadwaitress-8eb6507a59621f48462c05fbc5e855748992764b.tar.gz
handle client disconnections while rendering error responseerror-task-disconnect
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 1291f41..ef08b18 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -8,6 +8,7 @@ Bugfixes
socket due to a client disconnect. This should notify a long-lived streaming
response when a client hangs up.
See https://github.com/Pylons/waitress/pull/238
+ and https://github.com/Pylons/waitress/pull/240
- When a client closes a socket unexpectedly there was potential for memory
leaks in which data was written to the buffers after they were closed,