help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] WebServer - socket won't close?


From: Mike Anderson
Subject: [Help-smalltalk] WebServer - socket won't close?
Date: Fri, 05 Jan 2007 00:44:49 +0000
User-agent: Thunderbird 1.5.0.8 (X11/20061025)

OK, I am stumped.

I have a web server set up. It serves a page, via a Servlet; the
response goes to the client (wget or firefox), and then the client
hangs, presumably expecting the response to end when the connection is
closed. However, as far as gst is concerned, the socket has been closed.

I have confirmed that the response has gone to the client, and I've
confirmed that the socket has been closed by putting debug messages into
FileDescriptor >> #close (the return value of the 'fileOp: 1' is 0).

Once gst terminates, the client comes back to life, so it seems to me
that the socket is not actually getting closed, but I can't work out why.

Any help or suggestions would be appreciated.

Mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]