Pylons / waitress

Waitress - A WSGI server for Python 3
https://docs.pylonsproject.org/projects/waitress/en/latest/
Other
1.44k stars 164 forks source link

Fix: thread name #302

Closed digitalresistor closed 4 years ago

digitalresistor commented 4 years ago

Somewhere along the lines the thread name got set to just waitress rather than something that identifies thread number it is, this adds the thread number back to the name of the thread.

digitalresistor commented 4 years ago

@mmerickel I think that this change is uncontroversial, but would like your thoughts on it or if you feel strongly about it. I'd like to get this merged, get a new release out with those latest buffer changes, and then I am going to try and merge my Py3 only work into master.