Hi All,
I have an application that the backend servers will close
the connection after each session ( I know this is unusual ;)
However, it seems that Pound doesn't close the connection
between pound and the HTTP client.
I wonder is there any way to force Pound to do this please?
Many thanks in advanced.
Re: Closing connection between Pound and HTTP clients stanojr(at)blackhole.websupport.sk
hello
you must send from application header Connection: close
then pound close connection to client too
On Mon, Feb 14, 2005 at 07:05:35PM +0000, Allan Lee wrote:[...]