On 8/29/05, The Saltydog <[EMAIL PROTECTED]> wrote: > > From ethereal's analysis I can see that cookies are correctly sent. > The difference I can notice is on a "Connection:" field which from the > web is: keep-alive, while from LWP is: close... > What does it mean? >
I have added this, just before the $ua->get :
$ua->default_header('Connection' => "Keep-Alive");
but now with ethereal I have:
Connection: Keep-Alive, close
The "close" is still there..
