1
0
Go to file
Dirk Mueller 0d71bd52b1 - update to 1.4.0:
- Waitress used to slam the door shut on HTTP pipelined requests without
  setting the ``Connection: close`` header as appropriate in the response. This
  is of course not very friendly. Waitress now explicitly sets the header when
  responding with an internally generated error such as 400 Bad Request or 500
  Internal Server Error to notify the remote client that it will be closing the
  connection after the response is sent.
  - Waitress no longer allows any spaces to exist between the header field-name
  and the colon. While waitress did not strip the space and thereby was not
  vulnerable to any potential header field-name confusion, it should have sent
  back a 400 Bad Request. See https://github.com/Pylons/waitress/issues/273
  - CRLR handling Security fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-waitress?expand=0&rev=38
2019-12-20 18:36:31 +00:00
.gitattributes Accepting request 672508 from home:frispete:python 2019-02-11 11:59:55 +00:00
.gitignore Accepting request 173795 from home:dirkmueller:branches:devel:languages:python 2013-04-29 14:06:16 +00:00
fetch-intersphinx-inventories.sh Accepting request 679186 from devel:languages:python 2019-02-26 09:04:29 +00:00
local-intersphinx-inventories.patch Accepting request 672508 from home:frispete:python 2019-02-11 11:59:55 +00:00
python3.inv Accepting request 679186 from devel:languages:python 2019-02-26 09:04:29 +00:00
python-waitress.changes - update to 1.4.0: 2019-12-20 18:36:31 +00:00
python-waitress.spec - update to 1.4.0: 2019-12-20 18:36:31 +00:00
waitress-1.4.0.tar.gz - update to 1.4.0: 2019-12-20 18:36:31 +00:00