diff options
author | Bert JW Regeer <bertjw@regeer.org> | 2022-01-17 00:01:29 -0700 |
---|---|---|
committer | Bert JW Regeer <bertjw@regeer.org> | 2022-01-17 00:01:29 -0700 |
commit | e47586eaf6a3d5a9dba76de713a63c386545c903 (patch) | |
tree | 52db1431cd5027a38ab9bd70faf1806bf38e1871 /MANIFEST.in | |
parent | f41e59826c81d7da5309e4b3694d5ac7a8bbd626 (diff) | |
download | waitress-bugfix/winerror-windows.tar.gz |
Bugfix on Windows: OSError is not subscriptablebugfix/winerror-windows
When Waitress fails to launch on Windows due to an issue with the
trigger socket not being ready for connections, we attempt to loop. In
the past this was done by subscripting the OSError and checking to see
if it matched errno.WSAEADDRINUSE, this is no longer possible in newer
verisons of Python.
This is a quick bugfix for a rare case which should no longer happen on
Windows.
Diffstat (limited to 'MANIFEST.in')
0 files changed, 0 insertions, 0 deletions