On Fri, Dec 14, 2001 at 07:03:49PM +0100, Piotr Krukowiecki wrote: > On Fri, 14 Dec 2001, Alexander V. Lukyanov wrote: > > lftp can pipeline HEAD requests if server supports HTTP/1.1. > > How do i enable it? I'm not sure what that 'pipeline HEAD' means, but in > this case server seems to support HTTP 1.1 yet all HEAD are made > serially.
It is enabled by default and there is no option to disable it (yet - I'm not sure if it is needed). lftp sends multiple HEAD requests before receiving replies. If it does not work for you, maybe the server does not allow keep-alive connections. Send debug output - it will show if it is the case. -- Alexander.
