> Additionally, I want to report some problems, which I've encountered while
> testing vesrion 1.0.0.
> 1. I get USOCKET:CONNECTION-REFUSED-ERROR on
> (hunchentoot-test:test-hunchentoot "
http://localhost:4240")
> (my lisp is SBCL 1.0.20. I've updated bordeux_threads, chunga to the latest
> versions. flexi-streams v.1.0.7 I was already using).
>
> 2. If I do everything manually (setf *server* (make-instance
> 'hunchentoot:acceptor :port 4242))
> (hunchentoot:start *server*) returns. If I browse to the site there's a
> default page there.
> But (hunchentoot:stop *server*) hangs.