Or should it be closed explicitly by the app?
Thanks, Chaitanya
On Tue, 29 Jan 2008 23:07:46 +0530, Chaitanya Gupta mail@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.
Edi Weitz wrote:
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
Right, I completely forgot about keep-alive.
Thanks,
Chaitanya