The "New York version" (hunchentoot:start (make-instance 'hunchentoot:acceptor :port 4242))<div><br></div><div>creates a stalling web server, never loading, never error'ing.</div><div><br></div><div>When I remove the code :ready-only t from line 377:</div>


<div><br></div><div>(when (usocket:wait-for-input listener :timeout +new-connection-wait-time+)</div><div><br></div><div>The New York version works fine.</div><div><br></div><div>Specs:</div><div><ul><li>Hunchentoot 1.1.1</li>

<li>Quicklisp</li><li>CLISP</li><li>Mac OS X</li></ul></div>