* Return bytes in Python 3 * Activate wsgiref.validate.validator * Remove unused imports
This patch makes sure that we now handle correctly bytes and native strings on python 3: - In python 3, sockets are now taking and returning bytes. - according to PEP3333, headers should be native strings and body in bytes.
This just sketches out a simple way to host multiple apps using a single gunicorn daemon.