in reply to Hold HTTP Connections Open?

I should also mention, I'm supposed to grab each file twice--once using HTTP/1.0 and once using HTTP/1.1.

Replies are listed 'Best First'.
Re: Re: Hold HTTP Connections Open?
by Anonymous Monk on Nov 17, 2003 at 21:55 UTC
    I should also mention, I'm supposed to grab each file twice--once using HTTP/1.0 and once using HTTP/1.1.
    keep_alive is a feature of HTTP/1.1. If you're going to be programming with HTTP, you need to know what it is and how it works. LWP::Protocol::http10