On 8/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
...It seems that keeping the connection alive is a good thing for serving browsers, but in our case the client is a simple socket-based application. ..
Have you tried adding a "Connection: close" HTTP header to your client request? I've never tried it, but IIUC it should disable keepalive, which is the default in HTTP 1.1 -Bertrand --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
