You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pylons-...@googlegroups.com, pylons...@googlegroups.com
Hello all,
I have released waitress 1.1.0:
Features
• Waitress now has a __main__ and thus may be called with python -mwaitress
Bugfixes
• Waitress no longer allows lowercase HTTP verbs. This change was made to fall in line with most HTTP servers. See https://github.com/Pylons/waitress/pull/170 • When receiving non-ascii bytes in the request URL, waitress will no longer abruptly close the connection, instead returning a 400 Bad Request. See https://github.com/Pylons/waitress/pull/162 andhttps://github.com/Pylons/waitress/issues/64