On Thu, Feb 19, 2009 at 7:03 PM, Vsevolod vseloved@gmail.com wrote:
I prepared the patch (it's a copy of how it works for me in the previous version).
Thanks, it's in the dev version now. You forgot to update the docstrings and the documentation, though...
Additionally, I want to report some problems, which I've encountered while testing vesrion 1.0.0.
- 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).
- 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.
You're saying you get this even without SSL? Unfortunately, I don't have an installation of SBCL to test this right now. Hans, do you?
BTW, what's the value of bt:*supports-threads-p* for you?