Commit 477c60cb4987b8152b78c8f62be8c47b4ac66fde

Thomas de Grivel 2018-06-16T16:46:29

state acceptor loop

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/thot.lisp b/thot.lisp
index d7526da..c85eb75 100644
--- a/thot.lisp
+++ b/thot.lisp
@@ -545,6 +545,7 @@ The requested url "
 (declaim (type function *acceptor-loop*))
 
 (defun main-loop (fd)
+  (msg info " " *acceptor-loop*)
   (funcall *acceptor-loop* fd))
 
 (defvar *stop* nil)