Waitress WSGI server
No description set
- Developed at devel:languages:python
-
11
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-waitress && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
fetch-intersphinx-inventories.sh | 0000000070 70 Bytes | |
local-intersphinx-inventories.patch | 0000000385 385 Bytes | |
python-waitress.changes | 0000014754 14.4 KB | |
python-waitress.spec | 0000002753 2.69 KB | |
python3.inv | 0000102981 101 KB | |
waitress-1.4.0.tar.gz | 0000170493 166 KB |
Revision 17 (latest revision is 33)
Dominique Leuenberger (dimstar_suse)
accepted
request 758618
from
Dirk Mueller (dirkmueller)
(revision 17)
- 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
Comments 0