Skip to content

Commit 3495674

Browse files
Add changelog for half-open socket race condition
1 parent eaf31ee commit 3495674

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGES.txt

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
3.0.1 (unreleased)
22
------------------
33

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+
412
- No longer strip the header values before passing them to the WSGI environ.
513
See https://github.com/Pylons/waitress/pull/434 and
614
https://github.com/Pylons/waitress/issues/432

0 commit comments

Comments
 (0)