Skip to content

Commit

Permalink
add changelog for #300
Browse files Browse the repository at this point in the history
  • Loading branch information
mmerickel committed May 20, 2020
1 parent 561735b commit a15c7f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGES.txt
@@ -1,3 +1,14 @@
Unreleased
----------

- Fix an issue with keep-alive connections in which memory usage was higher
than expected because output buffers were being reused across requests on
a long-lived connection and each buffer would not be freed until it was full
or the connection was closed. Buffers are now rotated per-request to
stabilize their behavior.

See https://github.com/Pylons/waitress/pull/300

1.4.3 (2020-02-02)
------------------

Expand Down

0 comments on commit a15c7f0

Please sign in to comment.