Following up, Waitress 2.0.0b1 has been released.

   - Fix a crash on startup when listening to multiple interfaces. See 
   https://github.com/Pylons/waitress/pull/332

--steve

On Thursday, November 26, 2020 at 10:58:08 PM UTC-8 Bert JW Regeer wrote:

> Hey all,
>
> I’ve just released the Waitress 2.0.0 beta, this version has the following 
> notable changes:
>
> - Drops Python 2.7 and Python 3.5 support
> - No longer attempts to use reverse DNS lookups to guess the server_name
> - Updates waitress to allow it to continue reading from the client socket 
> so that the WSGI app can poll and validate the client is still really there 
> and hasn’t disappeared in the mean time. This behavior is great for when 
> you are doing long running queries or expensive calculations and you want 
> to validate that the client hasn’t disappeared yet. This feature requires 
> an argument to be passed to waitress and by default there is no difference 
> with prior versions of waitress.
>
> With thanks to Viktor Dick for his work on the latter part. This also 
> updates the way that waitress schedules work for HTTP pipelined requests 
> (although those are rare these days due to clients removing support for it).
>
> I need people to test this version before I release it so we can try to 
> catch any potential regressions.
>
> It’s available from PyPi: https://pypi.org/project/waitress/2.0.0b0/
>
> As always, please file issues https://github.com/Pylons/waitress/issues
>
> Thank you,
> Bert JW Regeer
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/pylons-discuss/07741987-b287-4087-85f9-83ee9b34c73dn%40googlegroups.com.

Reply via email to