This Python class is used to make a simple HTTP web server.
How do I shutdown this server when I receive the StopIteration exception? sys.exit() does not work. #!/usr/bin/env …