Dr. Helmut G. Enders wrote:
Edi Weitz wrote:
On Tue, Oct 27, 2009 at 12:57 PM, John Thingstad jpthing@online.no wrote:
Depends. The 1.0 version contains obvious errors like stop doesn't work.
STOP doesn't work? The acceptor will still accept requests after you called STOP? Or what is the problem?
And which other errors are you talking about?
I have the same problem: debian 2.6.30-2-amd64 sbcl 1.0.31.32 hunchentoot 1.0 emacs23 -> slime ->sbcl
after (setf *http-server* (hunchentoot:start (make-instance 'hunchentoot:acceptor)) (hunchentoot:stop *http-server*)
There is no response (break, ^G ^C ^D etc.) in the REPL. I have to kill the sbcl process.
Vanished after svn co svn://bknr.net/svn/ediware and works like a charm, thanks, Helmut