On Wed, 12 Feb 2003, Newton, Philip wrote:

> the hatter wrote:
> > On Wed, 12 Feb 2003, Newton, Philip wrote:
> >
> > > CyberTiger wrote:
> > > > The web cache may timeout the connection.
> > >
> > > Yes :) As I just found out.
> >
> > Ask the server to use KeepAlive ?
>
> Suggestions welcome. How would that work? Add a header "Connection:
> Keep-Alive\r\n" to the negotiation phase, the one where I send "CONNECT
> host:port HTTP/1.0\r\n"?
>
> (Of course, that would mean I'd be back to using my home-grown proxy, rather
> than relying on the proxy support that's built in to PuTTY. Still, if it'll
> help, it's worth trying.)

I was meaning KeepAlive as an sshd directive, rather than an HTTP header,
look in /usr/local/etc/sshd_config (or wherever it is) and see if it
already has "KeepAlive yes" in it.  If not, add it, restart sshd, and
cross your digits.


the hatter



Reply via email to