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.
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.