Oops. It looks like I got the polarity wrong on that diff I just sent. Guess it was a long night.
-A
Linux: The ultimate video game.
506a507,510
(defun kill-connection-threads (connection) (kill-thread (connection.control-thread connection) (kill-thread (connection.repl-thread connection))))
613c617,618 < :serve-requests #'spawn-threads-for-connection)) ---
:serve-requests #'spawn-threads-for-connection :cleanup #'kill-connection-threads))