wsgidav.server.ext_wsgiutils_server.ExtServer.serve_forever#

ExtServer.serve_forever(poll_interval=0.5)#

Handle one request at a time until shutdown.

Polls for shutdown every poll_interval seconds. Ignores self.timeout. If you need to do periodic tasks, do them in another thread.