Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^2: IO::Socket, Multiple GET.

by ikegami (Patriarch)
on Jul 02, 2009 at 16:58 UTC ( [id://776800]=note: print w/replies, xml ) Need Help??


in reply to Re: IO::Socket, Multiple GET.
in thread IO::Socket, Multiple GET.

You need to either send an HTTP/1.1 request, or HTTP/1.0 with the appropriate headers

  • HTTP/1.1 does not automatically keep the connection open. An appropriate Keep-Alive header must be sent.

  • Keep-Alive was introduced in HTTP/1.1. HTTP/1.0 does not support keeping the connection open.

    However, since Keep-Alive is compatible with HTTP/1.0, many servers that claim to be HTTP/1.0 support Keep-Alive. This was the cases even when HTTP/1.1 was still a draft.

  • Finally, servers are under no requirement to honour Keep-Alive requests.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://776800]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-23 08:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found