We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf31ee commit 3495674Copy full SHA for 3495674
CHANGES.txt
@@ -1,6 +1,14 @@
1
3.0.1 (unreleased)
2
------------------
3
4
+- Fix a bug that would lead to Waitress busy looping on select() on a half-open
5
+ socket due to a race condition that existed when creating a new HTTPChannel.
6
+ See https://github.com/Pylons/waitress/pull/435 and
7
+ https://github.com/Pylons/waitress/issues/418
8
+
9
+ With thanks to Dylan Jay and Dieter Maurer for their extensive debugging and
10
+ helping track this down.
11
12
- No longer strip the header values before passing them to the WSGI environ.
13
See https://github.com/Pylons/waitress/pull/434 and
14
https://github.com/Pylons/waitress/issues/432
0 commit comments