[hunchentoot-devel] Does hunchentoot close the stream returned by SEND-HEADERS?
Edi Weitz
edi at agharta.de
Tue Jan 29 19:34:36 UTC 2008
On Tue, 29 Jan 2008 23:07:46 +0530, Chaitanya Gupta <mail at chaitanyagupta.com> wrote:
> Or should it be closed explicitly by the app?
Handlers should definitely /not/ close the stream themselves.
Hunchentoot is supposed to do the right thing depending on the headers
sent back and forth between the client and the server - sometimes it
will close the stream, sometimes it won't. You can check with Drakma
(for example) if that really happens, but I think it does.
Edi.
More information about the Tbnl-devel
mailing list