<div dir="ltr">This is fixed in Hunchentoot v1.2.16, thank you for the report.<div style><br></div><div style>-Hans</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 31, 2013 at 11:07 AM, Sebastian Tennant <span dir="ltr"><<a href="mailto:sebyte@smolny.plus.com" target="_blank">sebyte@smolny.plus.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Hans,<br>
<br>
While investigating the effect of subclassing ACCEPTOR-STATUS-MESSAGE, I came<br>
across this behaviour:<br>
<br>
 CL-USER> (load "srv.lisp")<br>
<br>
 The value 404 is not of type SEQUENCE.<br>
   [Condition of type TYPE-ERROR]<br>
<br>
--8<---------------cut here---------------start------------->8---<br>
;;; srv.lisp<br>
<br>
(in-package "CL-USER")<br>
<br>
(asdf:load-system :hunchentoot)<br>
(asdf:load-system :drakma)<br>
<br>
(setq tbnl:*catch-errors-p* nil)<br>
<br>
(tbnl:start (make-instance<br>
             'tbnl:acceptor<br>
             :document-root nil<br>
             :error-template-directory nil<br>
             :address "127.0.0.1"<br>
             :port 50000))<br>
<br>
(write (drakma:http-request "<a href="http://127.0.0.1:50000" target="_blank">http://127.0.0.1:50000</a>"))<br>
--8<---------------cut here---------------end--------------->8---<br>
<br>
I've set TBNL:*CATCH-ERRORS-P* to NIL so that you drop into the debugger.  This<br>
shows that the call (START-OUTPUT 404 ...) results in a (LENGTH 404) call,<br>
which is what fails, but it's not obvious (at least not to me) where this<br>
LENGTH call is coming from.<br>
<span class="HOEnZb"><font color="#888888"><br>
Sebastian<br>
--<br>
Emacs' AlsaPlayer - Music Without Jolts<br>
Lightweight, full-featured and mindful of your idyllic happiness.<br>
<a href="http://home.gna.org/eap" target="_blank">http://home.gna.org/eap</a><br>
<br>
</font></span><br>_______________________________________________<br>
tbnl-devel site list<br>
<a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br>
<a href="http://common-lisp.net/mailman/listinfo/tbnl-devel" target="_blank">http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br></div>