wubloader/common
Mike Lang 7649a4e840 Improve WSGIServer graceful shutdown handling
Previously both restreamer and thrimshim had some complex logic for dealing with
graceful shutdown, in different ways, that was still prone to race conditions.

We replace this with a common method that does it properly.

Fixes 
..
common Improve WSGIServer graceful shutdown handling
setup.py Unpin gevent as that was a workaround for a py2 issue