On Sat, Dec 22, 2001 at 03:49:03PM +0100, Piotr Krukowiecki wrote: > On Fri, 14 Dec 2001, Alexander V. Lukyanov wrote: > > > 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. > > As you see, it's reconnecting between HEAD, and connection is keep-alive > > > [...] > ---- Connecting to anime.plan9.de (195.27.202.202) port 80 > lftp anime.plan9.de:/anime/movies> ^MESC[K---- Sending request... > ---> HEAD > /anime/movies/Slayers/Slayers%20-%20Book%20of%20Spells%201%20(dub).avi > HTTP/1.1 > ---> Host: anime.plan9.de > ---> User-Agent: lftp/2.4.8 > ---> Accept: */* > ---> Referer: http://anime.plan9.de/anime/movies/Slayers/ > ---> Connection: keep-alive > ---> > lftp anime.plan9.de:/anime/movies> ^MESC[K<--- HTTP/1.1 200 ok > lftp anime.plan9.de:/anime/movies> ^MESC[K<--- Date: Thu, 20 Dec 2001 > 14:17:29 GMT > lftp anime.plan9.de:/anime/movies> ^MESC[K<--- Content-Length: 609511424 > lftp anime.plan9.de:/anime/movies> ^MESC[K<--- Last-Modified: Tue, 13 > Mar 2001 17:36:08 GMT > lftp anime.plan9.de:/anime/movies> ^MESC[K<--- Content-Type: > video/x-msvideo > lftp anime.plan9.de:/anime/movies> ^MESC[K<--- > ---- Closing HTTP connection
Dubbed anime? That's the source of all problems! Are you using script or something for these? It's having typing typescript problems. That server doesn't support keepalive. If it did, it'd send "Connection: keep-alive" back as a header. -- Glenn Maynard
