diff options
author | Bert JW Regeer <bertjw@regeer.org> | 2018-09-05 22:56:17 -0600 |
---|---|---|
committer | Bert JW Regeer <bertjw@regeer.org> | 2018-09-05 22:56:17 -0600 |
commit | 49cfd93548d096e2cc7fa9860951a7acd07729d2 (patch) | |
tree | 6dffdc764708ef72a34a8cbb48b6565ec2b065ec /CHANGES.txt | |
parent | 4ce8f82082a76aa62148b6f3300d16ec4184202e (diff) | |
download | waitress-49cfd93548d096e2cc7fa9860951a7acd07729d2.tar.gz |
Update CHANGES.txt for #202
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index fc677d3..69c451c 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Unreleased (2018-05-21) ------------------------ +Unreleased +---------- Features ~~~~~~~~ @@ -10,10 +10,13 @@ Features Bugfixes ~~~~~~~~ -- Waitress will no longer send Transfer-Encoding or Content-Length for 1xx or - 204 responses. See https://github.com/Pylons/waitress/pull/166, - https://github.com/Pylons/waitress/issues/165 and - https://github.com/Pylons/waitress/issues/152 +- Waitress will no longer send Transfer-Encoding or Content-Length for 1xx, + 204, or 304 responses, and will completely ignore any message body sent by + the WSGI application, making sure to follow the HTTP standard. See + https://github.com/Pylons/waitress/pull/166, + https://github.com/Pylons/waitress/issues/165, + https://github.com/Pylons/waitress/issues/152, and + https://github.com/Pylons/waitress/pull/202 Compatibility ~~~~~~~~~~~~~ |