Comment 6 for bug 1607592

Revision history for this message
Stéphane Albert (sheeprine) wrote :

serve_forever() seems to ignore the timeout attribute of the server object. Plus it's actually set to None which means no timeout. It seems the issue is a a really low level, like syscalls or network stack. I'll try to have a look later. But the proper fix is to use a proper WSGI server.