[hunchentoot-devel] how to diagnose output problem?
Edi Weitz
edi at agharta.de
Thu Dec 6 23:48:03 UTC 2007
On Thu, 6 Dec 2007 10:37:52 -0700 (MST), Jim Prewett <download at hpc.unm.edu> wrote:
> Here is a transcript of using telnet to request the page:
> # telnet localhost 80
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> GET /list?user=download
> HTTP/1.1 200 OK
> Content-Type: text/html; charset=iso-8859-1
> Date: Thu, 06 Dec 2007 15:41:26 GMT
> Server: Hunchentoot 0.14.7
> Connection: Close
> Set-Cookie: hunchentoot-session=7%3a355b027548e5bd694b3dd0b7b477b018; path=/
>
> Connection closed by foreign host.
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?
More information about the Tbnl-devel
mailing list