
28 Feb
2011
28 Feb
'11
9:19 a.m.
On Mon, Feb 28, 2011 at 4:19 AM, Andrew Pennebaker <andrew.pennebaker@gmail.com> wrote:
The "New York version" (hunchentoot:start (make-instance 'hunchentoot:acceptor :port 4242)) creates a stalling web server, never loading, never error'ing. When I remove the code :ready-only t from line 377: (when (usocket:wait-for-input listener :timeout +new-connection-wait-time+) The New York version works fine. Specs:
Hunchentoot 1.1.1 Quicklisp CLISP Mac OS X
This sounds like a bug in CLISP or usocket. Usocket guys, do you know something about READY-ONLY on CLISP? -Hans