This doesn't look like "NO output" to me. The headers are sent, aren't they? Are you sure your handler is actually sending a body? Have you checked if the test webpage that comes with Hunchentoot works?
Right, thats what is especially making me scratch my head - I am getting a response to my http request, it just doesn't have any of the fun webpage type contents I was expecting.
I've not exhaustively gone through the Hunchentoot test pages, but a quick check says that everything is working OK.
How might I check that my handler is actually sending a body? Like I said previously, putting the 'wrong' record in my database causes me to go from the output I expect to only getting the headers from the webserver - all that I can currently identify about the record being 'wrong' is that it has an "@" character in a text string, FWIW.
Thanks, Jim