<div dir="ltr">Hi,<div><br></div><div>I have just released Hunchentoot 1.2.14. This release changes how ACCEPTOR-STATUS-MESSAGE is called. Previously, ACCEPTOR-STATUS-MESSAGE was invoked for all requests, after the handler had been invoked. If it returned non-NIL, the content returned by the handler was discarded. This did not actually make sense, and I have changed it so that ACCEPTOR-STATUS-MESSAGE is only called when the handler did not return contents. That way, handlers are now free to create their own status message bodies, if desired.</div>
<div><br></div><div style>This is a incompatible change, so if you depended on the previous invocation sequence, please review your code before upgrading.</div><div style><br></div><div style>The work was funded by Ron Garret, thanks for that!</div>
<div style><br></div><div style>-Hans</div></div>